Method |
Description |
|
Awake ( ) : void |
|
|
OnEnable ( ) : void |
|
|
clearDebug ( ) : void |
|
|
doOnePointTranslation ( Vector2 oldScreenPos, Vector2 newScreenPos, TouchScript.Layers.ProjectionParams projectionParams ) : Vector3 |
|
|
doRotation ( Vector2 oldScreenPos1, Vector2 oldScreenPos2, Vector2 newScreenPos1, Vector2 newScreenPos2, TouchScript.Layers.ProjectionParams projectionParams ) : float |
|
|
doScaling ( Vector2 oldScreenPos1, Vector2 oldScreenPos2, Vector2 newScreenPos1, Vector2 newScreenPos2, TouchScript.Layers.ProjectionParams projectionParams ) : float |
|
|
doTwoPointTranslation ( Vector2 oldScreenPos1, Vector2 oldScreenPos2, Vector2 newScreenPos1, Vector2 newScreenPos2, float dR, float dS, TouchScript.Layers.ProjectionParams projectionParams ) : Vector3 |
|
|
drawDebug ( int touchPoints ) : void |
|
|
projectScaledRotated ( Vector2 point, float dR, float dS, TouchScript.Layers.ProjectionParams projectionParams ) : Vector3 |
|
|
touchesBegan ( IList touches ) : void |
|
|