Struct CrowdObstacle
Obstacle volume of crowd agents.
Implements
IComponentData
IQueryTypeParameter
Inherited Members
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
public struct CrowdObstacle : IComponentData, IQueryTypeParameter
Fields
| Improve this Doc View SourceSize
The size of the obstacle.
Declaration
public float3 Size
Field Value
Type | Description |
---|---|
float3 |
Type
The shape of the obstacle.
Declaration
public CrowdObstacleType Type
Field Value
Type | Description |
---|---|
CrowdObstacleType |
Properties
| Improve this Doc View SourceDefault
Returns default configuration.
Declaration
public static CrowdObstacle Default { get; }
Property Value
Type | Description |
---|---|
CrowdObstacle |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter