Struct CrowdData.ObjectCollection
Settings that define objects that will be collected for crowd surface data baking.
Inherited Members
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
[Serializable]
public struct CrowdData.ObjectCollection
Fields
| Improve this Doc View SourceGeometry
Defines the collected objects geometry.
Declaration
[Tooltip("Defines the collected objects geometry.")]
public CrowdData.ObjectCollectionGeometry Geometry
Field Value
Type | Description |
---|---|
CrowdData.ObjectCollectionGeometry |
Layers
Objects with specified layer will be included.
Declaration
[Tooltip("Objects with specified layer will be included.")]
public LayerMask Layers
Field Value
Type | Description |
---|---|
LayerMask |
Properties
| Improve this Doc View SourceDefault
Settings that define objects that will be collected for crowd surface data baking.
Declaration
public static CrowdData.ObjectCollection Default { get; }
Property Value
Type | Description |
---|---|
CrowdData.ObjectCollection |