Struct NavMeshBoundary
Represents a boundary on the navigation mesh.
Implements
IComponentData
IQueryTypeParameter
Inherited Members
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
public struct NavMeshBoundary : IComponentData, IQueryTypeParameter
Fields
| Improve this Doc View SourceLocation
The location of the boundary.
Declaration
public NavMeshLocation Location
Field Value
Type | Description |
---|---|
NavMeshLocation |
Radius
The radius of the boundary.
Declaration
public float Radius
Field Value
Type | Description |
---|---|
float |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter