Pinchable
Allows drag/resize/rotate gameobject with multi-touches.
Options
Interactable
boolAllows users interaction.
AllowDrag
boolAllows drag.
AllowResize
boolAllows resize.
AllowRotate
boolAllows rotation.
Events
OnStartPinch
UnityEvent<Pinchable>OnPinch
UnityEvent<Pinchable>OnEndPinch
UnityEvent<Pinchable>