Class NavMeshBoundsVolume
A special type of volume that defines the area of the scene in which navigation meshes are generated.
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[ActorContextMenu("New/Other/Nav Mesh Bounds Volume")]
[ActorToolbox("Other")]
[Unmanaged]
public class NavMeshBoundsVolume : BoxVolume, ISerializable
Constructors
NavMeshBoundsVolume()
Properties
AgentsMask
The agent types used by this navmesh bounds volume (from navigation settings). Can be used to generate navmesh for a certain set of agents.
Declaration
[EditorDisplay("Box Volume", null)]
[EditorOrder(10)]
[Unmanaged]
public NavAgentMask AgentsMask { get; set; }
Property Value
NavAgentMask
|