AxisThreshold

open inner class AxisThreshold : BooleanSupplier

Represents an axis threshold for the controller.

Constructors

Link copied to clipboard
constructor(axis: Controls.Analog, threshold: Predicate<in Float>)
Wrap a condition for an axis threshold.

Functions

Link copied to clipboard
open fun getAsBoolean(): Boolean
Link copied to clipboard
open fun toString(): String