Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Perceivable ¶
type Perceivable interface {
Snapshot(builder *flatbuffers.Builder, known bool) flatbuffers.UOffsetT
}
type PerceivableFunc ¶
type PerceivableFunc func(builder *flatbuffers.Builder, known bool) flatbuffers.UOffsetT
func (PerceivableFunc) Snapshot ¶
func (fn PerceivableFunc) Snapshot(builder *flatbuffers.Builder, known bool) flatbuffers.UOffsetT
type System ¶
type System struct {
// contains filtered or unexported fields
}
func (*System) AddPerceivable ¶
func (s *System) AddPerceivable(id entity.ID, perceivable Perceivable)
Click to show internal directories.
Click to hide internal directories.