Click or drag to resize
DigitalRuneDynamicAabbTreeTOptimizationPerFrame Property
Gets or set the amount of incremental optimization per frame (time step).

Namespace: DigitalRune.Geometry.Partitioning
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public float OptimizationPerFrame { get; set; }

Property Value

Type: Single
The amount of incremental optimization per frame. A value between 0 (no updates per frame) and 1 (100% of the tree is updated per frame). The default value is 0.01.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is out of range. Allowed range is [0, 1].
See Also