Struct AgentCollider
This component tags, if agent should collide with nearby agents.
Implements
IComponentData
IQueryTypeParameter
IEnableableComponent
Inherited Members
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
public struct AgentCollider : IComponentData, IQueryTypeParameter, IEnableableComponent
Fields
| Improve this Doc View SourceLayers
This component tags, if agent should collide with nearby agents.
Declaration
public NavigationLayers Layers
Field Value
Type | Description |
---|---|
NavigationLayers |
Properties
| Improve this Doc View SourceDefault
Returns default configuration.
Declaration
public static AgentCollider Default { get; }
Property Value
Type | Description |
---|---|
AgentCollider |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter
Unity.Entities.IEnableableComponent