Struct AgentSmartStop
Agent smart stop to handle some common stuck scenarios.
Implements
IComponentData
IQueryTypeParameter
IEnableableComponent
Inherited Members
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
public struct AgentSmartStop : IComponentData, IQueryTypeParameter, IEnableableComponent
Fields
| Improve this Doc View SourceGiveUpStop
Agent smart stop to handle some common stuck scenarios.
Declaration
public GiveUpStop GiveUpStop
Field Value
Type | Description |
---|---|
GiveUpStop |
HiveMindStop
Agent smart stop to handle some common stuck scenarios.
Declaration
public HiveMindStop HiveMindStop
Field Value
Type | Description |
---|---|
HiveMindStop |
Properties
| Improve this Doc View SourceDefault
Returns default configuration.
Declaration
public static AgentSmartStop Default { get; }
Property Value
Type | Description |
---|---|
AgentSmartStop |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter
Unity.Entities.IEnableableComponent