コード例 #1
0
ファイル: BatchItem.cs プロジェクト: HaKDMoDz/Zazumo
		public BatchItem ()
		{
			vctTL = new VertexColorTexture();
			vctTR = new VertexColorTexture();
			vctBL = new VertexColorTexture();
			vctBR = new VertexColorTexture();
		}
コード例 #2
0
 public BatchItem()
 {
     vctTL = new VertexColorTexture();
     vctTR = new VertexColorTexture();
     vctBL = new VertexColorTexture();
     vctBR = new VertexColorTexture();
 }
コード例 #3
0
ファイル: BatchItem.cs プロジェクト: bengarrr/MonoGameBastion
 public BatchItem()
 {
     vctTL     = new VertexColorTexture();
     vctTR     = new VertexColorTexture();
     vctBL     = new VertexColorTexture();
     vctBR     = new VertexColorTexture();
     TextureID = 0;
     Depth     = 0;
 }