StaticMeshMergeInfo class represents information for merging static meshes.
StaticMeshMergeInfo 类表示用于合并静态网格的信息。
The total number of indices in this batch.
此批次中的索引总数。
The index of the lightmap used by this object.
此对象使用的光照贴图索引。
Indicates whether the object receives shadows.
表示对象是否接收阴影。
The total number of vertices in this batch.
此批次中的顶点总数。
The vertex declaration describing the structure of vertex data.
描述顶点数据结构的顶点声明。
The array of MeshRenderer components attached to this object.
附加到此对象的 MeshRenderer 组件数组。
The MeshRenderer to add.
Adds a MeshRenderer to this batch.
将 MeshRenderer 添加到此批次。
Destroys this batch and releases its resources.
销毁此批次并释放其资源。
The MeshRenderer to check.
True if the renderer matches, false otherwise.
Checks if a MeshRenderer matches the criteria for this batch.
检查 MeshRenderer 是否符合此批次的条件。
静态
The MeshRenderer to create the merge info from.
A new StaticMeshMergeInfo instance.
Creates a new StaticMeshMergeInfo instance from a MeshRenderer.
从 MeshRenderer 创建新的 StaticMeshMergeInfo 实例。
En
StaticMeshMergeInfo class represents information for merging static meshes.
Zh
StaticMeshMergeInfo 类表示用于合并静态网格的信息。