Struct HiveMindStop
This option allows agent to do smarter stop decision then moving in group. It works under assumption that by reaching nearby agent that is already idle and have similar destination it can stop as destination is reached.
Inherited Members
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
[Serializable]
public struct HiveMindStop
Fields
| Improve this Doc View SourceEnabled
This option allows agent to do smarter stop decision then moving in group. It works under assumption that by reaching nearby agent that is already idle and have similar destination it can stop as destination is reached.
Declaration
public bool Enabled
Field Value
Type | Description |
---|---|
bool |
Radius
Radius at which agent will assume similarity of the distance.
Declaration
[Tooltip("Radius at which agent will assume similarity of the distance.")]
public float Radius
Field Value
Type | Description |
---|---|
float |
Properties
| Improve this Doc View SourceDefault
Returns default configuration.
Declaration
public static HiveMindStop Default { get; }
Property Value
Type | Description |
---|---|
HiveMindStop |