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