AnalogButton
Introduction
Example Code
// This code assumes there is a SpaceShipInstance with a Throttle property
var gamePad = InputManager.Xbox360GamePads[0];
SpaceShipInstance.Throttle = gamePad.RightTrigger.Position;Last updated
Was this helpful?