Entitas Redux
|
Public Member Functions | |
void | Init (IContext context, IEntity entity, Stack< EntityBehaviour > entityBehaviourPool) |
Public Attributes | |
IContext | Context => _context |
IEntity | Entity => _entity |
Definition at line 32 of file EntityBehaviour.cs.
void JCMG.EntitasRedux.EntityBehaviour.Init | ( | IContext | context, |
IEntity | entity, | ||
Stack< EntityBehaviour > | entityBehaviourPool | ||
) |
Definition at line 44 of file EntityBehaviour.cs.
IContext JCMG.EntitasRedux.EntityBehaviour.Context => _context |
Definition at line 34 of file EntityBehaviour.cs.
IEntity JCMG.EntitasRedux.EntityBehaviour.Entity => _entity |
Definition at line 36 of file EntityBehaviour.cs.