API Reference › Globals › SceneUtils
# Class: SceneUtils
# Hierarchy
- SceneUtils
# Index
# Methods
- getCurrentFullPartList
- getHashOfConfiguration
- getPreviewComponentOfRoomleComponent
- getRoomleComponent
- getScreenCoordsOfComponent
# Methods
# Static
getCurrentFullPartList
▸ getCurrentFullPartList(): any
Defined in packages/configurator-core/src/utils/test-helpers/scene-utils.ts:43
Returns: any
# Static
getHashOfConfiguration
▸ getHashOfConfiguration(id
: number): any
Defined in packages/configurator-core/src/utils/test-helpers/scene-utils.ts:47
Parameters:
Name | Type |
---|---|
id | number |
Returns: any
# Static
getPreviewComponentOfRoomleComponent
▸ getPreviewComponentOfRoomleComponent(): PreviewComponent
Defined in packages/configurator-core/src/utils/test-helpers/scene-utils.ts:20
Returns: PreviewComponent
# Static
getRoomleComponent
▸ getRoomleComponent(): RoomleComponent
Defined in packages/configurator-core/src/utils/test-helpers/scene-utils.ts:5
Returns: RoomleComponent
# Static
getScreenCoordsOfComponent
▸ getScreenCoordsOfComponent(rmlChild
: RoomleComponent): any
Defined in packages/configurator-core/src/utils/test-helpers/scene-utils.ts:36
Parameters:
Name | Type |
---|---|
rmlChild | RoomleComponent |
Returns: any