コード例 #1
0
ファイル: DTextEntry.cs プロジェクト: meharryp/dermadesignerb
 public static void Register()
 {
     Derma.RegisterPanel("DTextEntry", typeof(DTextEntry), thumbnail);
 }
コード例 #2
0
ファイル: DFrame.cs プロジェクト: meharryp/dermadesignerb
 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);
 }