Click or drag to resize

TransformGestureBase.RotationAxis Property

Gets rotation axis of the gesture in world coordinates.

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

Property Value

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

Implements

ITransformGesture.RotationAxis
See Also