コード例 #1
0
ファイル: CSTile.cs プロジェクト: XZelnar/MicroWorld
 public CSTile(CSTile t)
 {
     localIndex    = t.localIndex;
     parent        = t.parent;
     texture       = t.texture;
     text          = t.text;
     color         = t.color;
     onTileClicked = t.onTileClicked;
 }
コード例 #2
0
ファイル: CSTile.cs プロジェクト: XZelnar/MicroWorld
 public CSTile(CSTile t)
 {
     localIndex = t.localIndex;
     parent = t.parent;
     texture = t.texture;
     text = t.text;
     color = t.color;
     onTileClicked = t.onTileClicked;
 }