InteractionTrackerValuesChangedArgs InteractionTrackerValuesChangedArgs InteractionTrackerValuesChangedArgs InteractionTrackerValuesChangedArgs Class

Definition

Arguments for the IInteractionTrackerOwner.ValuesChanged callback.

public : sealed class InteractionTrackerValuesChangedArgs : IInteractionTrackerValuesChangedArgspublic sealed class InteractionTrackerValuesChangedArgs : IInteractionTrackerValuesChangedArgsPublic NotInheritable Class InteractionTrackerValuesChangedArgs Implements IInteractionTrackerValuesChangedArgs// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Properties

Position Position Position Position

The current position of the InteractionTracker.

public : Vector3 Position { get; }public Vector3 Position { get; }Public ReadOnly Property Position As Vector3// This API is not available in Javascript.
Value
Vector3 Vector3 Vector3 Vector3

The current position of the InteractionTracker.

RequestId RequestId RequestId RequestId

The ID of the request that triggered the callback.

public : int RequestId { get; }public int RequestId { get; }Public ReadOnly Property RequestId As int// This API is not available in Javascript.
Value
int int int int

The ID of the request that triggered the callback.

Scale Scale Scale Scale

The current scale of the InteractionTracker.

public : float Scale { get; }public float Scale { get; }Public ReadOnly Property Scale As float// This API is not available in Javascript.
Value
float float float float

The current scale of the InteractionTracker.