Pinchable

Allows drag/resize/rotate gameobject with multi-touches.

Options

  • Interactable bool

    Allows users interaction.

  • AllowDrag bool

    Allows drag.

  • AllowResize bool

    Allows resize.

  • AllowRotate bool

    Allows rotation.

Events

  • OnStartPinch UnityEvent<Pinchable>

  • OnPinch UnityEvent<Pinchable>

  • OnEndPinch UnityEvent<Pinchable>