Свойство | Type | Description | |
---|---|---|---|
allowDrag | bool | ||
allowRotate | bool | ||
allowScale | bool | ||
maximumScale | float | ||
minimumScale | float |
Свойство | Type | Description | |
---|---|---|---|
pivot | GameObject |
Méthode | Description | |
---|---|---|
handleDoubleTouch ( ArrayList events ) : void | ||
handleSingleTouch ( iPhoneTouch touch ) : void | ||
touchMovementVector ( iPhoneTouch touch ) : Vector3 |
Méthode | Description | |
---|---|---|
endPivot ( ) : void | ||
startPivot ( Vector3 pivotPosition ) : void |
public handleDoubleTouch ( ArrayList events ) : void | ||
events | ArrayList | |
Résultat | void |
public handleSingleTouch ( iPhoneTouch touch ) : void | ||
touch | iPhoneTouch | |
Résultat | void |
protected startPivot ( Vector3 pivotPosition ) : void | ||
pivotPosition | Vector3 | |
Résultat | void |
public touchMovementVector ( iPhoneTouch touch ) : Vector3 | ||
touch | iPhoneTouch | |
Résultat | Vector3 |