Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


InputTrackingState

Represents the values being tracked for this device.
Read time 1 minuteLast updated 4 days ago

Definition

[Flags]public enum InputTrackingState : uint

Fields

Value

Description

AccelerationRepresents acceleration being tracked for this device.
AllRepresents all InputTrackingState values being tracked for this device.
AngularAccelerationRepresents angular acceleration being tracked for this device.
AngularVelocityRepresents no angular velocity being tracked for this device.
NoneRepresents no values being tracked for this device.
PositionRepresents position being tracked for this device.
RotationRepresents rotation being tracked for this device.
VelocityRepresents velocity being tracked for this device.