예제 #1
0
 public static void Register()
 {
     Derma.RegisterPanel("DTextEntry", typeof(DTextEntry), thumbnail);
 }
예제 #2
0
 public static void Register()
 {
     Derma.RegisterPanel("DFrame", typeof(DFrame), thumbnail);
 }
예제 #3
0
 public static void Register()
 {
     Derma.RegisterPanel("DCheckBox", typeof(DCheckBox), thumbnail);
 }
예제 #4
0
 public static void Register()
 {
     Derma.RegisterPanel("DNumSlider", typeof(DNumSlider), thumbnail);
 }
예제 #5
0
 public static void Register()
 {
     Derma.RegisterPanel("SpawnIcon", typeof(SpawnIcon), thumbnail);
 }
예제 #6
0
 public static void Register()
 {
     Derma.RegisterPanel("DLabel", typeof(DLabel), thumbnail);
 }
예제 #7
0
 public static void Register()
 {
     Derma.RegisterPanel("DButton", typeof(DButton), thumbnail);
 }
예제 #8
0
 public static void Register()
 {
     Derma.RegisterPanel("DNumberWang", typeof(DNumberWang), thumbnail);
 }
예제 #9
0
 public static void Register()
 {
     Derma.RegisterPanel("DImage", typeof(DImage), thumbnail);
 }