RoomleConfigurator.Internal.InputEvent

configurator-core/src/roomle-configurator.internal.InputEvent

Table of contents

Constructors

Properties

Constructors

constructor

new InputEvent(position?, positionRelative?, type?, rotation?, event?)

Parameters

NameType

position?

positionRelative?

type?

rotation?

number

event?

Event

Properties

event

event: Event


position

position: Position2


positionRelative

positionRelative: Position2


rotation

rotation: number


type

type: INPUT_EVENT_TYPE

Last updated