Esempio n. 1
0
 public static EntityType Create(Type type)
 {
     return(new EntityType(EntityTypeManager.GetTypeIndex(type)));
 }
Esempio n. 2
0
 public static EntityType Create <T>()
 {
     return(new EntityType(EntityTypeManager.GetTypeIndex <T>()));
 }