Class SpatialPartitioningSubSettings
Inheritance
SpatialPartitioningSubSettings
Assembly: ProjectDawn.Navigation.dll
Syntax
[Serializable]
public class SpatialPartitioningSubSettings : ISubSettings
Properties
|
Improve this Doc
View Source
CellSize
Declaration
public float3 CellSize { get; }
Property Value
|
Improve this Doc
View Source
LayerNames
Declaration
public string[] LayerNames { get; }
Property Value
|
Improve this Doc
View Source
QueryCapacity
The maximum number of nearby neighbors to be included in the avoidance/collision systems will be determined.
Declaration
public int QueryCapacity { get; }
Property Value
|
Improve this Doc
View Source
QueryChecks
The maximum number of nearby neighbors will be checked to find closest.
Declaration
public int QueryChecks { get; }
Property Value
Implements