Пример #1
0
 public static ComponentType Create(Type type)
 {
     return new ComponentType(ComponentTypeManager.GetTypeIndex(type));
 }
Пример #2
0
 public static ComponentType Create<T>()
 {
     return new ComponentType(ComponentTypeManager.GetTypeIndex<T>());
 }