프로퍼티 | 타입 | 설명 | |
---|---|---|---|
chunkIndicesSize | int[] | ||
colours | Color[] | ||
indexToVertexDictionary | int>.Dictionary | ||
indices | int[] | ||
lineLength | int[] | ||
material | Material | ||
meshTopology | MeshTopology | ||
normals | Vector3[] | ||
uvs | Vector3[] | ||
uvsAnimation | Vector3[] | ||
vertices | Vector3[] |
메소드 | 설명 | |
---|---|---|
BigMeshData ( MeshTopology meshTopology, Array vertices, Array indices, Array colours, Array normals, Array uvs, Array uvsAnimation, Array chunkIndicesSize, Material material, Array lineLength ) : System.Collections |
public BigMeshData ( MeshTopology meshTopology, Array vertices, Array indices, Array colours, Array normals, Array uvs, Array uvsAnimation, Array chunkIndicesSize, Material material, Array lineLength ) : System.Collections | ||
meshTopology | MeshTopology | |
vertices | Array | |
indices | Array | |
colours | Array | |
normals | Array | |
uvs | Array | |
uvsAnimation | Array | |
chunkIndicesSize | Array | |
material | Material | |
lineLength | Array | |
리턴 | System.Collections |