Class: InputsComponent
Defined in: input/components/inputs-component.ts:7
Component that provides access to the InputManager for an entity.
Implements
Constructors
Constructor
new InputsComponent(
inputManager):InputsComponent
Defined in: input/components/inputs-component.ts:18
Creates a new InputsComponent.
Parameters
inputManager
The InputManager instance to associate with this component.
Returns
InputsComponent
Properties
inputManager
readonlyinputManager:InputManager
Defined in: input/components/inputs-component.ts:11
The InputManager instance.
name
readonlyname:symbol
Defined in: input/components/inputs-component.ts:8
The unique name of the component.
Implementation of
symbol
readonlystaticsymbol: typeofsymbol
Defined in: input/components/inputs-component.ts:13