Example #1
0
 public State()
 {
     typeIndex = StateUtility.GetTypeIndex <T>();
 }
Example #2
0
 public bool IsInState <T>(Entity e)
 {
     return(StateUtility.IsInState <T>(e, EntityManager));
 }