Click or drag to resize

PinnedTransformGestureProjection Property

Gets or sets transform's projection type.

Namespace:  TouchScript.Gestures.TransformGestures
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public TransformGestureProjectionType Projection { get; set; }

Property Value

Type: TransformGestureProjectionType
Projection type.
See Also