For the complete documentation index, see llms.txt. This page is also available as Markdown.

RoomleConfigurator.Internal.InputEvent

Table of contents

Constructors

Properties

Constructors

constructor

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

Parameters

Name
Type

position?

Position2

positionRelative?

Position2

type?

INPUT_EVENT_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