Click or drag to resize

TransformGestureProjectionType Enumeration

Transform's projection type.

Namespace:  TouchScript.Gestures.TransformGestures
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public enum ProjectionType
Members
  Member nameValueDescription
Layer0 Use a plane with normal vector defined by layer.
Object1 Use a plane with certain normal vector in local coordinates.
Global2 Use a plane with certain normal vector in global coordinates.
See Also