An interface designating that implementing types represent one-dimensional measurements or "axes." Such measurements can be used to encapsulate trigger input states (such as from ControllerInput.Trigger), in contrast to thumbsticks and other higher-dimensional input modalities.
Member Functions
float Value ( )
Returns the most recent measured value of the IAxis1D; for example, a type representing a ControllerInput.Trigger might return a value between 0 and 1 depending on the degree to which the trigger is being depressed.