StaticMeshMergeInfo class represents information for merging static meshes.

StaticMeshMergeInfo 类表示用于合并静态网格的信息。

属性

indexCount: number

The total number of indices in this batch.

此批次中的索引总数。

lightmapIndex: number

The index of the lightmap used by this object.

此对象使用的光照贴图索引。

receiveShadow: boolean

Indicates whether the object receives shadows.

表示对象是否接收阴影。

vertexCount: number

The total number of vertices in this batch.

此批次中的顶点总数。

The vertex declaration describing the structure of vertex data.

描述顶点数据结构的顶点声明。

访问器

方法