| DynamicAabbTreeTMotionPrediction 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.PartitioningAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public float MotionPrediction { get; set; }
Public Property MotionPrediction As Single
Get
Set
public:
property float MotionPrediction {
float get ();
void set (float value);
}
member MotionPrediction : float32 with 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 See Also