Struct NavMeshWall
Represents a wall on the navigation mesh.
Implements
IBufferElementData
Inherited Members
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
public struct NavMeshWall : IBufferElementData
Constructors
| Improve this Doc View SourceNavMeshWall(float3, float3)
Constructs a new instance of the NavMeshWall struct.
Declaration
public NavMeshWall(float3 from, float3 to)
Parameters
Type | Name | Description |
---|---|---|
float3 | from | The start point of the wall. |
float3 | to | The end point of the wall. |
Fields
| Improve this Doc View SourceEnd
The end point of the wall.
Declaration
public float3 End
Field Value
Type | Description |
---|---|
float3 |
Start
The start point of the wall.
Declaration
public float3 Start
Field Value
Type | Description |
---|---|
float3 |
Properties
| Improve this Doc View SourceDirection
Represents a wall on the navigation mesh.
Declaration
public float3 Direction { get; }
Property Value
Type | Description |
---|---|
float3 |
Implements
Unity.Entities.IBufferElementData