Struct NavMeshLinkTraversal
Agent off mesh link data that is currently traversing.
Implements
IComponentData
    IQueryTypeParameter
  Inherited Members
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
public struct NavMeshLinkTraversal : IComponentData, IQueryTypeParameter
  Fields
| Improve this Doc View SourceEndPolygon
Agent off mesh link data that is currently traversing.
Declaration
public PolygonId EndPolygon
  Field Value
| Type | Description | 
|---|---|
| PolygonId | 
Seek
Agent off mesh link data that is currently traversing.
Declaration
public LinkTraversalSeek Seek
  Field Value
| Type | Description | 
|---|---|
| LinkTraversalSeek | 
StartPolygon
Agent off mesh link data that is currently traversing.
Declaration
public PolygonId StartPolygon
  Field Value
| Type | Description | 
|---|---|
| PolygonId | 
Properties
| Improve this Doc View SourceDefault
Returns default configuration.
Declaration
public static NavMeshLinkTraversal Default { get; }
  Property Value
| Type | Description | 
|---|---|
| NavMeshLinkTraversal | 
Implements
      Unity.Entities.IComponentData
  
  
      Unity.Entities.IQueryTypeParameter