Struct AgentCrowdPath
Agent Crowd pathing.
Inherited Members
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
public struct AgentCrowdPath : ISharedComponentData, IQueryTypeParameter, IEquatable<AgentCrowdPath>
Fields
| Improve this Doc View SourceGroup
Entity that contains CrowdGroup and CrowdGroupFlow.
Declaration
public Entity Group
Field Value
Type | Description |
---|---|
Entity |
Properties
| Improve this Doc View SourceDefault
Returns default configuration.
Declaration
public static AgentCrowdPath Default { get; }
Property Value
Type | Description |
---|---|
AgentCrowdPath |
Methods
| Improve this Doc View SourceEquals(AgentCrowdPath)
Agent Crowd pathing.
Declaration
public bool Equals(AgentCrowdPath other)
Parameters
Type | Name | Description |
---|---|---|
AgentCrowdPath | other |
Returns
Type | Description |
---|---|
bool |
GetHashCode()
Agent Crowd pathing.
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int |
Overrides
Implements
Unity.Entities.ISharedComponentData
Unity.Entities.IQueryTypeParameter