Struct NavMeshQuerySystem.Settings
Implements
IComponentData
IQueryTypeParameter
Inherited Members
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
[Obsolete("This class is obsolete, please use new settings workflow https://lukaschod.github.io/agents-navigation-docs/manual/settings.html.")]
public struct NavMeshQuerySystem.Settings : IComponentData, IQueryTypeParameter
Fields
| Improve this Doc View SourceMaxIterations
Declaration
public int MaxIterations
Field Value
Type | Description |
---|---|
int |
MaxPathSize
Declaration
public int MaxPathSize
Field Value
Type | Description |
---|---|
int |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter