API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeAxisBinding
@codexo/exojs / input / stable
A directly signed source (a stick axis) or a composite built from two button groups.
0
props
0
methods
0
events
Import
import { AxisBinding } from '@codexo/exojs'A directly signed source (a stick axis) or a composite built from two button groups.
Definition1
AtLeastOneRequires at least one property of `T` to be present. Used to reject empty composite bindings such as `new AxisAction({})` at compile time.<AxisCompositeBindingTwo opposing groups of sources forming one signed axis. `negative` and `positive` are the generic one-dimensional terms - use them for left/right, down/up, bra…> | InputChannelChannel a single InputBinding can subscribe to.Source