Click or drag to resize

FingersRotateCameraComponentScript Fields

The FingersRotateCameraComponentScript type exposes the following members.

Fields
  NameDescription
Public fieldGestureView
The view that must be touched to start the gesture. Leave null to start the gesture anywhere.
Public fieldNumberOfTouchesRequired
Number of touches to register the pan
Public fieldRotationDampening
Rotation dampening. Reduces rotation quickly once gesture ends. Set to 0 for complete dampening.
Public fieldRotationSpeed
Rotation speed
Public fieldRotationXMinMax
Min and max rotation around x axis
Public fieldTransformToRotate
The Transform component to rotate. Defaults to transform that this script is on.
Top
See Also