Method | Description | |
---|---|---|
ApplyTransform ( |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
OnEnable ( ) : void | ||
clearDebug ( ) : void | ||
drawDebug ( Vector2 point1, Vector2 point2 ) : void | ||
touchesBegan ( IList |
||
touchesEnded ( IList |
||
touchesMoved ( IList |
Method | Description | |
---|---|---|
doRotation ( Vector3 center, Vector2 oldScreenPos, Vector2 newScreenPos, TouchScript.Layers.ProjectionParams projectionParams ) : float | ||
doScaling ( Vector3 center, Vector2 oldScreenPos, Vector2 newScreenPos, TouchScript.Layers.ProjectionParams projectionParams ) : float | ||
updateProjectionPlane ( ) : void |
public ApplyTransform ( |
||
target | ||
return | void |
protected drawDebug ( Vector2 point1, Vector2 point2 ) : void | ||
point1 | Vector2 | |
point2 | Vector2 | |
return | void |
protected touchesBegan ( IList |
||
touches | IList |
|
return | void |
protected touchesEnded ( IList |
||
touches | IList |
|
return | void |
protected touchesMoved ( IList |
||
touches | IList |
|
return | void |