Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func (*Controller) Add ¶
func (c *Controller) Add(basicEntity *ecs.BasicEntity, controllerComponent *components.Controller)
func (*Controller) New ¶
func (c *Controller) New(w *ecs.World)
func (*Controller) Remove ¶
func (c *Controller) Remove(basicEntity ecs.BasicEntity)
func (*Controller) Update ¶
func (c *Controller) Update(dt float32)
Click to show internal directories.
Click to hide internal directories.