C# Class TouchScript.Gestures.PinnedTransformGesture

Inheritance: TouchScript.Gestures.Base.PinnedTrasformGestureBase, ITransformGesture
Afficher le fichier Open project: DRMold/HungryHungryTetris Class Usage Examples

Méthodes publiques

Méthode Description
ApplyTransform ( Transform target ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void
OnEnable ( ) : void
clearDebug ( ) : void
drawDebug ( Vector2 point1, Vector2 point2 ) : void
touchesBegan ( IList touches ) : void
touchesEnded ( IList touches ) : void
touchesMoved ( IList touches ) : void

Private Methods

Méthode 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

Method Details

ApplyTransform() public méthode

public ApplyTransform ( Transform target ) : void
target UnityEngine.Transform
Résultat void

Awake() protected méthode

protected Awake ( ) : void
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

clearDebug() protected méthode

protected clearDebug ( ) : void
Résultat void

drawDebug() protected méthode

protected drawDebug ( Vector2 point1, Vector2 point2 ) : void
point1 Vector2
point2 Vector2
Résultat void

touchesBegan() protected méthode

protected touchesBegan ( IList touches ) : void
touches IList
Résultat void

touchesEnded() protected méthode

protected touchesEnded ( IList touches ) : void
touches IList
Résultat void

touchesMoved() protected méthode

protected touchesMoved ( IList touches ) : void
touches IList
Résultat void