Property | Type | Description | |
---|---|---|---|
allowPanning | bool | ||
allowPinchZoom | bool | ||
clampPitchAngle | bool | ||
clampYawAngle | bool | ||
initialDistance | float | ||
invertPanningDirections | bool | ||
maxDistance | float | ||
maxPitch | float | ||
maxYaw | float | ||
minDistance | float | ||
minPitch | float | ||
minYaw | float | ||
panningPlane | Transform | ||
panningSensitivity | float | ||
pinchZoomSensitivity | float | ||
pitchSensitivity | float | ||
smoothMotion | bool | ||
smoothOrbitSpeed | float | ||
smoothPanning | bool | ||
smoothPanningSpeed | float | ||
smoothZoomSpeed | float | ||
target | Transform | ||
yawSensitivity | float |
Method | Description | |
---|---|---|
Apply ( ) : void | ||
InstallGestureRecognizers ( ) : void | ||
LateUpdate ( ) : void | ||
OnDrag ( DragGesture gesture ) : void | ||
OnPinch ( PinchGesture, gesture ) : void | ||
OnTwoFingerDrag ( DragGesture gesture ) : void | ||
ResetPanning ( ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
ClampAngle ( float angle, float min, float max ) : float |
public OnPinch ( PinchGesture, gesture ) : void | ||
gesture | PinchGesture, | |
return | void |
public OnTwoFingerDrag ( DragGesture gesture ) : void | ||
gesture | DragGesture | |
return | void |