ModelImporterIndexFormat

enumeration

切换到手册

描述

导入的网格索引缓冲区数据的格式。

索引缓冲区可以为 16 位(一个网格中最多支持 65535 个顶点)或 32 位(最多支持 40 亿个顶点)。 默认行为是 ModelImporterIndexFormat.Auto,它将根据网格中的顶点数来选取格式。

另请参阅:ModelImporter.indexFormatMesh.indexFormat

变量

Auto使用 16 位还是 32 位的索引缓冲区取决于具体的网格大小。
UInt16使用 16 位索引缓冲区。
UInt32使用 32 位索引缓冲区。