Version: 2021.2

NavMeshBuildSourceShape

enumeration

切换到手册

描述

NavMeshBuildSource 结合使用,用于定义为其构建导航网格的形状。

变量

MeshDescribes a Mesh source for use with NavMeshBuildSource. Mesh sources must be positioned within 100,000 units of the origin and must not exceed 100,000 units in any axis-aligned dimension.
Terrain描述与 NavMeshBuildSource 结合使用的 TerrainData 源。
Box描述与 NavMeshBuildSource 结合使用的原始盒体。
Sphere描述与 NavMeshBuildSource 结合使用的原始球体。
Capsule描述与 NavMeshBuildSource 结合使用的原始胶囊体。
ModifierBox描述与 NavMeshBuildSource 结合使用的 ModifierBox 源。