Click or drag to resize

PinnedTransformGestureProjectionPlaneNormal Property

Gets or sets transform's projection plane normal.

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

Property Value

Type: Vector3
Projection plane normal.
See Also