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