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