C# Класс TouchScript.Gestures.PinnedTransformGesture

Наследование: TouchScript.Gestures.Base.PinnedTrasformGestureBase, ITransformGesture
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ApplyTransform ( Transform target ) : void

Защищенные методы

Метод Описание
Awake ( ) : void
OnEnable ( ) : void
clearDebug ( ) : void
drawDebug ( Vector2 point1, Vector2 point2 ) : void
touchesBegan ( IList touches ) : void
touchesEnded ( IList touches ) : void
touchesMoved ( IList touches ) : void

Приватные методы

Метод Описание
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

Описание методов

ApplyTransform() публичный Метод

public ApplyTransform ( Transform target ) : void
target UnityEngine.Transform
Результат void

Awake() защищенный Метод

protected Awake ( ) : void
Результат void

OnEnable() защищенный Метод

protected OnEnable ( ) : void
Результат void

clearDebug() защищенный Метод

protected clearDebug ( ) : void
Результат void

drawDebug() защищенный Метод

protected drawDebug ( Vector2 point1, Vector2 point2 ) : void
point1 Vector2
point2 Vector2
Результат void

touchesBegan() защищенный Метод

protected touchesBegan ( IList touches ) : void
touches IList
Результат void

touchesEnded() защищенный Метод

protected touchesEnded ( IList touches ) : void
touches IList
Результат void

touchesMoved() защищенный Метод

protected touchesMoved ( IList touches ) : void
touches IList
Результат void