Skip to main content

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

InputManager

The InputManager instance to associate with this component.

Returns

InputsComponent

Properties

inputManager

readonly inputManager: InputManager

Defined in: input/components/inputs-component.ts:11

The InputManager instance.


name

readonly name: symbol

Defined in: input/components/inputs-component.ts:8

The unique name of the component.

Implementation of

Component.name


symbol

readonly static symbol: typeof symbol

Defined in: input/components/inputs-component.ts:13