enum InputAnalog : System.Enum

robot_2Generated
code_blocksInput

Description

The InputAnalog enum in the Sandbox namespace represents various analog inputs, typically from a game controller. Each input is expressed as a value between -1 and 1, with 0 being the default state. This allows for precise control over input values, such as the position of analog sticks or the pressure applied to triggers.

Members

Static Fields

Member NameSummary
RightStickXRight Analog Stick - X Axis
RightStickYRight Analog Stick - Y Axis
LeftStickXLeft Analog Stick - X Axis
LeftStickYLeft Analog Stick - Y Axis
LeftTriggerLeft Trigger
RightTriggerRight Trigger