TouchScript.Layers Namespace |
Class | Description | |
---|---|---|
CameraProjectionParams |
Projection parameters for a camera based TouchLayer.
| |
FullscreenLayer |
Layer which gets all input from a camera. Should be used instead of a background object getting all the pointers which come through.
| |
ProjectionParams | TouchLayer specific projection parameters. Used by layers to project pointers in the world and world coordinates onto layers.
| |
StandardLayer |
A layer which combines all types of hit recognition into one: UI (Screen Space and World), 3D and 2D.
| |
TouchLayer |
Base class for all pointer layers. Used to check if some object is hit by a pointer.
| |
TouchLayerEventArgs |
Arguments used with TouchLayer events.
| |
WorldSpaceCanvasProjectionParams |
Projection parameters for a UI based TouchLayer.
|
Interface | Description | |
---|---|---|
ILayerDelegate | A delegate which can be set to Delegate and control what this layer can or can not do. |
Enumeration | Description | |
---|---|---|
FullscreenLayerLayerType |
The type of FullscreenLayer.
|