Click or drag to resize

ProjectionParams Class

TouchLayer specific projection parameters. Used by layers to project pointers in the world and world coordinates onto layers.
Inheritance Hierarchy

Namespace:  TouchScript.Layers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class ProjectionParams

The ProjectionParams type exposes the following members.

Constructors
  NameDescription
Public methodProjectionParams
Initializes a new instance of the ProjectionParams class
Top
Methods
  NameDescription
Public methodProjectFrom
Projects a world point onto layer.
Public methodProjectTo
Projects a screen point on a 3D plane.
Top
See Also