Exemplo n.º 1
0
 public int ComponentMaskIndexByType()
 {
     return(ComponentMask.GetComponentIndex(typeof(TestComponentThing)));
 }
Exemplo n.º 2
0
 public int ComponentMaskIndex()
 {
     return(ComponentMask.GetComponentIndex <TestComponentThing>());
 }