Header menu logo Mibo

InputMap<'Action> Type

Configuration mapping game actions to their trigger inputs.

An InputMap is backend-neutral: it stores Trigger values rather than native key/button types, so the same map works on every backend. Build maps with the Input.InputMap module helpers.

Record fields

Record Field Description

ActionToTriggers

Full Usage: ActionToTriggers

Field type: Map<'Action, Trigger list>
Field type: Map<'Action, Trigger list>

TriggerToActions

Full Usage: TriggerToActions

Field type: Map<Trigger, 'Action list>
Field type: Map<Trigger, 'Action list>

Type something to start searching.