Default AR App
Documentation for the Default AR App project found at https://github.com/ingratexr/unity-ar-boilerplate
CamRaycastInput Class Reference

Class that handles getting player's input by shooting out a raycast from the center of the screen and getting the point where it intersects the object with this component on it. More...

Inheritance diagram for CamRaycastInput:

Properties

float localXInput [get]
 The X axis value, in local space, of the point where the camera's raycast hits this object. More...
 

Detailed Description

Class that handles getting player's input by shooting out a raycast from the center of the screen and getting the point where it intersects the object with this component on it.

Property Documentation

◆ localXInput

float CamRaycastInput.localXInput
get

The X axis value, in local space, of the point where the camera's raycast hits this object.


The documentation for this class was generated from the following file: