HandInteractionPanZoom.CurrentPanDelta 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.
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