Struct CrowdSurface
Crowd surface settings.
Implements
IComponentData
IQueryTypeParameter
Inherited Members
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
public struct CrowdSurface : IComponentData, IQueryTypeParameter
Fields
| Improve this Doc View SourceDensity
Crowd group density settings.
Declaration
public Density Density
Field Value
Type | Description |
---|---|
Density |
Height
Cell count vertically.
Declaration
public int Height
Field Value
Type | Description |
---|---|
int |
Layers
Crowd surface settings.
Declaration
public NavigationLayers Layers
Field Value
Type | Description |
---|---|
NavigationLayers |
Size
World space size.
Declaration
public float2 Size
Field Value
Type | Description |
---|---|
float2 |
Slope
Crowd group slope settings.
Declaration
public Slope Slope
Field Value
Type | Description |
---|---|
Slope |
Width
Cell count horizontally.
Declaration
public int Width
Field Value
Type | Description |
---|---|
int |
Properties
| Improve this Doc View SourceDefault
Returns default configuration.
Declaration
public static CrowdSurface Default { get; }
Property Value
Type | Description |
---|---|
CrowdSurface |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter