Class NavMeshProperties
The navigation mesh properties container for navmesh building.
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class NavMeshProperties : ValueType
The navigation mesh properties container for navmesh building.
[Unmanaged]
public sealed class NavMeshProperties : ValueType
The properties of the agent used to generate walkable navigation surface.
[EditorOrder(30)]
public NavAgentProperties Agent
NavAgentProperties
|
The navmesh type color (for debugging).
[EditorOrder(10)]
public Color Color
Color
|
The default extents for the nav queries that defines the search distance along each axis (x, y, z). Smaller values prevent queries from snapping to too far locations.
[EditorOrder(40)]
public Float3 DefaultQueryExtent
Float3
|
The navmesh type name. Identifies different types of the navmeshes, used to sync navmesh properties with settings asset.
[EditorOrder(0)]
public string Name
System.String
|
The navmesh rotation applied to navigation surface. Used during building to the rotate scene geometry and to revert back result during path finding queries. Can be used to generate navmesh on walls.
[EditorOrder(20)]
public Quaternion Rotation
Quaternion
|
The default NavMeshProperties.
public static NavMeshProperties Default { get; }
NavMeshProperties
|
public override string ToString()
System.String
|