FingersRotateCameraComponentScript Fields |
The FingersRotateCameraComponentScript type exposes the following members.
| Name | Description | |
|---|---|---|
| GestureView | The view that must be touched to start the gesture. Leave null to start the gesture anywhere. | |
| NumberOfTouchesRequired | Number of touches to register the pan | |
| RotationDampening | Rotation dampening. Reduces rotation quickly once gesture ends. Set to 0 for complete dampening. | |
| RotationSpeed | Rotation speed | |
| RotationXMinMax | Min and max rotation around x axis | |
| TransformToRotate | The Transform component to rotate. Defaults to transform that this script is on. |