HandInteractionPanZoom.CurrentPanDelta Property

Definition

Returns the current pan delta (pan value - previous pan value) in UV coordinates (0 being no pan, 1 being pan of the entire slate)

public:
 property UnityEngine::Vector2 CurrentPanDelta { UnityEngine::Vector2 get(); };
public UnityEngine.Vector2 CurrentPanDelta { get; }
member this.CurrentPanDelta : UnityEngine.Vector2
Public ReadOnly Property CurrentPanDelta As Vector2

Property Value

UnityEngine.Vector2

Applies to