NavMeshDynamicPrimitive
Class in ChivalrousGames.Common / Inherits from NavMeshDynamicSource
Description
Nav mesh dynamic primitive. Tagging component to use with NavMeshDelimitedBuilder. Allows to manually configure a navMesh primitive source element.
Fields
primitive | NavMeshSourcePrimitive | The type of primitive to add as a source to the NavMesh. |
size | Vector3 | The size of the box primitive. |
radius | float | The radius of the primitive. |
height | float | The height of the capsule. |