Click or drag to resize
DigitalRuneDynamicAabbTreeTMotionPrediction Property
Gets or sets the number of frames a linear motion is predicted into the future. (Only applied if motion prediction is enabled.)

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

Property Value

Type: Single
The number of frames a linear motion is predicted into the future. The default value is 1. (Only applied if motion prediction is enabled.)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionvalue is negative.
See Also