Struct used to describe meshes to be combined using Mesh.CombineMeshes.
| lightmapScaleOffset | 网格所应用的烘焙光照贴图 UV 缩放和偏移。 |
| mesh | 要组合的 Mesh。 |
| realtimeLightmapScaleOffset | The real-time lightmap UV scale and offset applied to the Mesh. |
| subMeshIndex | 网格的子网格索引。 |
| transform | Matrix to transform the Mesh with before combining. Refer to Mesh.CombineMeshes for an example. |