Class RotateWithPan
Rotates a game object in response to panning motion from the specified
panzoom component.
Inheritance
RotateWithPan
Assembly: cs.temp.dll.dll
public class RotateWithPan : MonoBehaviour
Methods
Declaration
public void OnPanEnded(HandPanEventData eventData)
Parameters
Type |
Name |
Description |
HandPanEventData |
eventData |
|
Declaration
public void OnPanning(HandPanEventData eventData)
Parameters
Type |
Name |
Description |
HandPanEventData |
eventData |
|
Declaration
public void OnPanStarted(HandPanEventData eventData)
Parameters
Type |
Name |
Description |
HandPanEventData |
eventData |
|