Catlike Coding
Unity Code Documentation
Public Attributes | List of all members
CatlikeCoding.EventSystem.Mouse3DCameraToucher Class Reference

Component that uses 3D physics to support event system input. More...

Inherits MonoBehaviour.

Public Attributes

Camera touchingCamera
 Camera used to determine user input, interpreted as one-finger touches. More...
 

Detailed Description

Component that uses 3D physics to support event system input.

It uses a single raycast from a camera each frame to determine user input.

Member Data Documentation

Camera CatlikeCoding.EventSystem.Mouse3DCameraToucher.touchingCamera

Camera used to determine user input, interpreted as one-finger touches.

If not set, a camera attached to the same game object will be used. If there is none, the main camera will be used.