예제 #1
0
 public ECSEntityHandle GetEntity(int ID)
 {
     return(entitys.Find(x => x.ID == ID));
 }
예제 #2
0
 public int GetComponentID(object type)
 {
     return(Components.Find(x => x.Item1 == type.GetType()).Item2);
 }