Class: InputsComponent
Defined in: input/components/inputs-component.ts:7
Component that provides access to the InputManager for an entity.
Extends
Constructors
Constructor
new InputsComponent(
inputManager):InputsComponent
Defined in: input/components/inputs-component.ts:14
Creates a new InputsComponent.
Parameters
inputManager
The InputManager instance to associate with this component.
Returns
InputsComponent
Overrides
Properties
inputManager
readonlyinputManager:InputManager
Defined in: input/components/inputs-component.ts:9
The InputManager instance.
Accessors
id
Get Signature
get
staticid():symbol
Defined in: ecs/types/Component.ts:12
The unique id of the component.
Returns
symbol