ControllerTriggerCreator

Controller trigger creator.

Constructors

Link copied to clipboard
constructor(user: Controller)

Functions

Link copied to clipboard

Run a task once this analog axis condition is met. This condition will be evaluated continuously.

Link copied to clipboard

Run a task once this analog axis condition is met. This condition will be evaluated continuously.

Link copied to clipboard

Run a task once this analog axis condition is met. This condition will be evaluated according to a falling-edge detection.

Link copied to clipboard

Run a task when a controller button is held. This condition will be evaluated continuously.

Link copied to clipboard

Run a task when a controller button is pressed (will run once when pressing the desired input). This is the same as rising-edge detection.

Link copied to clipboard

Run a task when a controller button is released (will run once letting go of the desired input). This is the same as falling-edge detection.

Link copied to clipboard

Run a task once this analog axis condition is met. This condition will be evaluated according to a rising-edge detection.