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