InteractionTrackerInertiaStateEnteredArgs.NaturalRestingPosition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The InteractionTracker's resting position when inertia completes, without any modifiers or boundaries applied.
The NaturalRestingPosition property represents the system’s calculation of InteractionTracker ’s final natural resting position based on an interaction. Unlike the ModifiedRestingPosition, NaturalRestingPosition will be calculated without any other factors that impact InteractionTracker ’s motion such as InertiaModifiers and Min/Max boundaries.
public:
property float3 NaturalRestingPosition { float3 get(); };
float3 NaturalRestingPosition();
public Vector3 NaturalRestingPosition { get; }
var vector3 = interactionTrackerInertiaStateEnteredArgs.naturalRestingPosition;
Public ReadOnly Property NaturalRestingPosition As Vector3
Property Value
The InteractionTracker's resting position when inertia completes, without any modifiers or boundaries applied.