SpatialManipulationDelta
SpatialManipulationDelta
SpatialManipulationDelta
SpatialManipulationDelta
Class
Definition
Represents the relative motion of the hand since the start of a Manipulation gesture.
public : sealed class SpatialManipulationDelta : ISpatialManipulationDeltapublic sealed class SpatialManipulationDelta : ISpatialManipulationDeltaPublic NotInheritable Class SpatialManipulationDelta Implements ISpatialManipulationDelta// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v2)
|
Properties
Translation Translation Translation Translation
Get the relative translation of the hand since the start of a Manipulation gesture.
public : Vector3 Translation { get; }public Vector3 Translation { get; }Public ReadOnly Property Translation As Vector3// You can use this property in JavaScript.
- Value
- Vector3 Vector3 Vector3 Vector3
The translation.