Class ColliderSubSettings
Implements
Inherited Members
Namespace: ProjectDawn.Navigation
Assembly: ProjectDawn.Navigation.dll
Syntax
[Serializable]
public class ColliderSubSettings : ISubSettings
Properties
| Improve this Doc View SourceIterations
The number of iterations per frame for resolving collisions will be determined. A higher number will result in more accurate collision resolution, but it will also incur a greater performance cost.
Declaration
public int Iterations { get; }
Property Value
Type | Description |
---|---|
int |