struct in UnityEngine
Struct used to describe meshes to be combined using Mesh.CombineMeshes.
该结构用来描述使用Mesh.CombineMeshes的合并网格。
mesh | Mesh to combine. 合并网格。 |
subMeshIndex | Submesh index of the mesh. 子网格索引。 |
transform | Matrix to transform the mesh with before combining. 合并之前网格变换的矩阵。 |