Udostępnij za pośrednictwem


SpatialManipulationDelta.Translation Property

Definition

Get the relative translation of the hand since the start of a Manipulation gesture.

public:
 property float3 Translation { float3 get(); };
float3 Translation();
public Vector3 Translation { get; }
var vector3 = spatialManipulationDelta.translation;
Public ReadOnly Property Translation As Vector3

Property Value

Vector3 Vector3

float3

The translation.

Applies to