Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetComponent ¶
Types ¶
type Entity ¶
type Entity struct {
// contains filtered or unexported fields
}
func (*Entity) AddComponent ¶
func (o *Entity) AddComponent(obj interface{})
func (*Entity) GetComponent ¶
func (o *Entity) GetComponent(obj interface{}) interface{}
func (*Entity) RemoveComponent ¶
func (o *Entity) RemoveComponent(obj interface{})
Click to show internal directories.
Click to hide internal directories.