Base class for input modules that send
UI input.
Inheritance
UIInputModule
public abstract class UIInputModule : BaseInputModule
Fields
Declaration
Field Value
Declaration
public float moveDeadzone
Field Value
Declaration
Field Value
Declaration
Field Value
Declaration
public float trackedDeviceDragThresholdMultiplier
Field Value
Properties
The camera that is used to perform 2D raycasts when deterimining the screen space location of a tracked device cursor.
Declaration
public Camera uiCamera { get; set; }
Property Value
Methods
Declaration
protected abstract void DoProcess()
Declaration
public override void Process()