Property | Type | Description | |
---|---|---|---|
allowDrag | bool | ||
allowRotate | bool | ||
allowScale | bool | ||
maximumScale | float | ||
minimumScale | float |
Property | Type | Description | |
---|---|---|---|
pivot | GameObject |
Method | Description | |
---|---|---|
handleDoubleTouch ( ArrayList events ) : void | ||
handleSingleTouch ( iPhoneTouch touch ) : void | ||
touchMovementVector ( iPhoneTouch touch ) : Vector3 |
Method | Description | |
---|---|---|
endPivot ( ) : void | ||
startPivot ( Vector3 pivotPosition ) : void |
public handleDoubleTouch ( ArrayList events ) : void | ||
events | ArrayList | |
return | void |
public handleSingleTouch ( iPhoneTouch touch ) : void | ||
touch | iPhoneTouch | |
return | void |
protected startPivot ( Vector3 pivotPosition ) : void | ||
pivotPosition | Vector3 | |
return | void |
public touchMovementVector ( iPhoneTouch touch ) : Vector3 | ||
touch | iPhoneTouch | |
return | Vector3 |