| DynamicAabbTreeTEnableMotionPrediction Property |
Gets a value indicating whether 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 bool EnableMotionPrediction { get; set; }
Public Property EnableMotionPrediction As Boolean
Get
Set
public:
property bool EnableMotionPrediction {
bool get ();
void set (bool value);
}
member EnableMotionPrediction : bool with get, set
Property Value
Type:
Boolean if motion prediction is enabled; otherwise,
.
The default value is
.
Remarks
Motion prediction analyzes the movement of items to estimate their velocity. The AABB of
moving items is increased to avoid reduce tree updates because of movement. Motion
prediction should be enabled if the spatial partition contains many moving objects.
See Also