コード例 #1
0
 public ShapeData(int numVert, int numIndices)
 {
     m_verticesArray = new VertexPositionColor[numVert];
     m_indexArray    = new short[numIndices];
 }
コード例 #2
0
ファイル: DrawHelper.cs プロジェクト: Belxjander/Asuna
		public ShapeData(int numVert, int numIndices)
		{
			m_verticesArray = new VertexPositionColor[numVert];
			m_indexArray = new short[numIndices];

		}