| DynamicAabbTreeTOptimizationPerFrame Property |
Gets or set the amount of incremental optimization per frame (time step).
Namespace: DigitalRune.Geometry.PartitioningAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public float OptimizationPerFrame { get; set; }
Public Property OptimizationPerFrame As Single
Get
Set
public:
property float OptimizationPerFrame {
float get ();
void set (float value);
}
member OptimizationPerFrame : float32 with 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 See Also