RoomNavMeshPrimitive
Class in ChivalrousGames.DungeonMaster / Inherits from RoomNavMeshSource
Description
Room Nav mesh primitive. Tagging component to use with RoomNavMeshManager. Allows to manually configure a navMesh primitive source element. Must be a child element of a Room.
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. |