コード例 #1
0
ファイル: DPanel.cs プロジェクト: konlil/pipe
 public DPanel(DGuiManager guiManager, float x, float y, int width, int height, DGuiColorTheme theme, int borderWidth)
     : this(guiManager, x, y, width, height, theme)
 {
     _borderWidth = borderWidth;
 }
コード例 #2
0
ファイル: DPanel.cs プロジェクト: konlil/pipe
 public DPanel(DGuiManager guiManager, float x, float y, int width, int height, DGuiColorTheme theme)
     : this(guiManager, x, y, width, height)
 {
     colorTheme = theme;
 }