Click or drag to resize

ITransformGestureRotationAxis Property

Gets rotation axis of the gesture in world coordinates.

Namespace:  TouchScript.Gestures.TransformGestures
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
Vector3 RotationAxis { get; }

Property Value

Type: Vector3
Rotation axis of the gesture in world coordinates.
See Also