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

RoomleConfigurator.Internal.Object3DRoomleEventMap

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

Hierarchy

  • Object3DEventMap

    Object3DRoomleEventMap

Table of contents

Properties

Properties

double_click

double_click: Object

Type declaration

Name
Type

attachment

InputEventAttatchment


drag

drag: Object

Type declaration

Name
Type

attachment

{ position: Vector3 }

attachment.position

Vector3


drag_end

drag_end: Object

Type declaration

Name
Type

attachment

{ position: Position2 }

attachment.position

Position2


drag_start

drag_start: object


hover_move

hover_move: Object

Type declaration

Name
Type

attachment

InputEventAttatchment


hover_off

hover_off: Object

Type declaration

Name
Type

attachment

{ type: INPUT_EVENT_TYPE }

attachment.type

INPUT_EVENT_TYPE


hover_on

hover_on: Object

Type declaration

Name
Type

attachment

InputEventAttatchment


rotate

rotate: Object

Type declaration

Name
Type

attachment

{ rotation: number }

attachment.rotation

number


select

select: Object

Type declaration

Name
Type

attachment

InputEventAttatchment

Last updated