コード例 #1
0
ファイル: StageInfo.cs プロジェクト: FluentZap/navies
 public StageObject(Rectangle bounds, GLItemTextureName sprite, bool stretch)
 {
     Bounds  = bounds;
     Sprite  = sprite;
     Stretch = stretch;
 }
コード例 #2
0
ファイル: StageInfo.cs プロジェクト: FluentZap/navies
 public StageObject(Rectangle bounds, GLItemTextureName sprite)
 {
     this.Bounds = bounds;
     this.Sprite = sprite;
 }