internal static void RegisterCategory()
 {
     EntityFactoryCategory.RegisterCategory(50, "Particle system");
 }
Exemple #2
0
 internal static void RegisterCategory()
 {
     EntityFactoryCategory.RegisterCategory(20, "Light");
 }
Exemple #3
0
 internal static void RegisterCategory()
 {
     EntityFactoryCategory.RegisterCategory(40, "2D");
 }
Exemple #4
0
 internal static void RegisterCategory()
 {
     EntityFactoryCategory.RegisterCategory(50, "Audio");
 }
Exemple #5
0
 internal static void RegisterCategory()
 {
     EntityFactoryCategory.RegisterCategory(60, "Navigation");
 }
 internal static void RegisterCategory()
 {
     EntityFactoryCategory.RegisterCategory(30, "Camera");
 }
 internal static void RegisterCategory()
 {
     EntityFactoryCategory.RegisterCategory(10, "Model");
 }