RoomleConfigurator.Internal.default-20
configurator-core/src/roomle-configurator.internal.default
Hierarchy
default
↳
default
Implements
Table of contents
Constructors
Properties
Accessors
Methods
Constructors
constructor
• new default(creator
)
Parameters
creator
string
Properties
_creator_
• _creator_: string
Implementation of
Accessors
materialQueue
• get
materialQueue(): PromiseQueue
<void
>
Returns
PromiseQueue
<void
>
Methods
Editor3ChangedMesh
â–¸ Editor3ChangedMesh(runtimeComponentId
, meshId
, geometryName
, meshAttributes
): void
Parameters
Returns
void
Implementation of
ConfiguratorKernelCallbackI.Editor3ChangedMesh
Editor3dAddDockPreview
â–¸ Editor3dAddDockPreview(componentId
, previewId
): void
Parameters
componentId
number
previewId
number
Returns
void
Implementation of
ConfiguratorKernelCallbackI.Editor3dAddDockPreview
Editor3dAddMesh
â–¸ Editor3dAddMesh(runtimeComponentId
, meshId
, geometryName
, environmentGeometry
, meshAttributes
, meshBuffer
): void
Parameters
runtimeComponentId
number
meshId
number
geometryName
string
environmentGeometry
boolean
meshAttributes
meshBuffer
Returns
void
Implementation of
ConfiguratorKernelCallbackI.Editor3dAddMesh
Editor3dBeginConstruction
â–¸ Editor3dBeginConstruction(componentId
, isDeltaUpdate
): void
Parameters
componentId
number
isDeltaUpdate
boolean
Returns
void
Implementation of
ConfiguratorKernelCallbackI.Editor3dBeginConstruction
Editor3dComponentCreated
â–¸ Editor3dComponentCreated(id
, position
, eulerAngles
, isRootComponent
, parentObjectRuntimeId
): void
Parameters
id
number
position
eulerAngles
isRootComponent
boolean
parentObjectRuntimeId
number
Returns
void
Implementation of
ConfiguratorKernelCallbackI.Editor3dComponentCreated
Editor3dComponentDocked
â–¸ Editor3dComponentDocked(componentId
, isRootComponent
, parentId
, componentPosition
, componentRotation
): void
Parameters
componentId
number
isRootComponent
boolean
parentId
number
componentPosition
componentRotation
Returns
void
Implementation of
ConfiguratorKernelCallbackI.Editor3dComponentDocked
Editor3dEndConstruction
â–¸ Editor3dEndConstruction(id
): void
Parameters
id
number
Returns
void
Implementation of
ConfiguratorKernelCallbackI.Editor3dEndConstruction
Editor3dGeometryNotReady
â–¸ Editor3dGeometryNotReady(id
): void
Parameters
id
number
Returns
void
Implementation of
ConfiguratorKernelCallbackI.Editor3dGeometryNotReady
Editor3dGeometryReady
â–¸ Editor3dGeometryReady(id
): void
Parameters
id
number
Returns
void
Implementation of
ConfiguratorKernelCallbackI.Editor3dGeometryReady
Editor3dPlanObjectConstructionDone
â–¸ Editor3dPlanObjectConstructionDone(planObjectId
): void
Parameters
planObjectId
number
Returns
void
Implementation of
ConfiguratorKernelCallbackI.Editor3dPlanObjectConstructionDone
Editor3dPreviewConstructionDone
â–¸ Editor3dPreviewConstructionDone(componentId
, _objectId
): void
Parameters
componentId
number
_objectId
number
Returns
void
Implementation of
ConfiguratorKernelCallbackI.Editor3dPreviewConstructionDone
Editor3dRemoveMesh
â–¸ Editor3dRemoveMesh(runtimeComponentId
, meshId
): void
Parameters
runtimeComponentId
number
meshId
number
Returns
void
Implementation of
ConfiguratorKernelCallbackI.Editor3dRemoveMesh
Editor3dSetPreviewLineAssociations
â–¸ Editor3dSetPreviewLineAssociations(dockLines
, previewId
): void
Parameters
dockLines
any
previewId
number
Returns
void
Implementation of
ConfiguratorKernelCallbackI.Editor3dSetPreviewLineAssociations
Editor3dSetPreviewPointAssociations
â–¸ Editor3dSetPreviewPointAssociations(dockPairs
, previewId
): void
Parameters
dockPairs
any
previewId
number
Returns
void
Implementation of
ConfiguratorKernelCallbackI.Editor3dSetPreviewPointAssociations
_changeAnimationValue
â–¸ _changeAnimationValue(component
, parameterKey
, value
, animate
): void
Parameters
Returns
void
changeAnimationValue
â–¸ changeAnimationValue(elementId
, parameterKey
, value
, applyToChildren
, animate
): void
Parameters
elementId
number
parameterKey
string
value
string
applyToChildren
boolean
animate
boolean
Returns
void
Implementation of
ConfiguratorKernelCallbackI.changeAnimationValue
clearRootComponent
â–¸ clearRootComponent(): void
Returns
void
componentConfigurationUpdated
â–¸ componentConfigurationUpdated(runtimeComponentId
, geometryChanged
): void
Parameters
runtimeComponentId
number
geometryChanged
boolean
Returns
void
Implementation of
ConfiguratorKernelCallbackI.componentConfigurationUpdated
componentDeleted
â–¸ componentDeleted(componentId
): void
Parameters
componentId
number
Returns
void
Implementation of
ConfiguratorKernelCallbackI.componentDeleted
componentMetaUpdated
â–¸ componentMetaUpdated(kernelComponent
): void
Parameters
kernelComponent
Returns
void
Implementation of
ConfiguratorKernelCallbackI.componentMetaUpdated
configurationLoaded
â–¸ configurationLoaded(conversationId
, objectId
, componentId
, _hash
, _errors
): void
Parameters
conversationId
number
objectId
number
componentId
number
_hash
string
_errors
any
Returns
void
Implementation of
ConfiguratorKernelCallbackI.configurationLoaded
constructComponents
â–¸ constructComponents(planObjectId
): void
Parameters
planObjectId
number
Returns
void
debugSceneGraph
â–¸ debugSceneGraph(id?
): void
Parameters
id?
number
Returns
void
dockComponentWithPosition
â–¸ dockComponentWithPosition(previewComponent
, component?
): void
Parameters
previewComponent
component?
Returns
void
finishParameterChange
â–¸ finishParameterChange(resolve
, _reject
): void
Parameters
resolve
() => void
_reject
() => void
Returns
void
Implementation of
ConfiguratorKernelCallbackI.finishParameterChange
getBoundingBox
â–¸ getBoundingBox(): Box3
Returns
Box3
getBoundingBoxOfGeometry
â–¸ getBoundingBoxOfGeometry(): Box3
Returns
Box3
getBoundingBoxWithPreviews
â–¸ getBoundingBoxWithPreviews(): Box3
Returns
Box3
getComponent
â–¸ getComponent(componentId
): RoomleComponent
Parameters
componentId
number
Returns
getComponents
â–¸ getComponents(): RoomleComponent
[]
Returns
getComponentsForIds
â–¸ getComponentsForIds(ids
): RoomleComponent
[]
Parameters
ids
number
[]
Returns
getNumberOfPossibleChildrenForComponent
â–¸ getNumberOfPossibleChildrenForComponent(componentId
): number
Parameters
componentId
number
Returns
number
getPreviews
â–¸ getPreviews(): PreviewComponent
[]
Returns
hasPreviewLines
â–¸ hasPreviewLines(): boolean
Returns
boolean
hasPreviews
â–¸ hasPreviews(): boolean
Returns
boolean
isPreview
â–¸ isPreview(obj
): boolean
Parameters
Returns
boolean
isPreviewLine
â–¸ isPreviewLine(obj
): boolean
Parameters
Returns
boolean
planObjectConfigurationUpdated
â–¸ planObjectConfigurationUpdated(planObjectId
, _configuration
, _hash
, pendingDocking
): void
Parameters
planObjectId
number
_configuration
string
_hash
string
pendingDocking
boolean
Returns
void
Implementation of
ConfiguratorKernelCallbackI.planObjectConfigurationUpdated
planObjectCreated
â–¸ planObjectCreated(conversationId
, planObjectId
): void
Parameters
conversationId
number
planObjectId
number
Returns
void
Implementation of
ConfiguratorKernelCallbackI.planObjectCreated
planObjectUpdated
â–¸ planObjectUpdated(planObject
, pendingDocking
): void
Parameters
planObject
pendingDocking
boolean
Returns
void
Implementation of
ConfiguratorKernelCallbackI.planObjectUpdated
removeDockingComponent
â–¸ removeDockingComponent(): void
Returns
void
removeGeometriesMergedListener
â–¸ removeGeometriesMergedListener(): void
Returns
void
removePreviews
â–¸ removePreviews(): void
Returns
void
requestSubPartConstruction
â–¸ requestSubPartConstruction(partId
): Promise
<Mesh
<BufferGeometry
<NormalBufferAttributes
>, Material
| Material
[], Object3DEventMap
>>
Parameters
partId
number
Returns
Promise
<Mesh
<BufferGeometry
<NormalBufferAttributes
>, Material
| Material
[], Object3DEventMap
>>
sceneCleared
â–¸ sceneCleared(): void
Returns
void
Implementation of
ConfiguratorKernelCallbackI.sceneCleared
setGeometriesMergedListener
â–¸ setGeometriesMergedListener(fun
): void
Parameters
fun
() => void
Returns
void
setInvalidateRenderCallback
â–¸ setInvalidateRenderCallback(invalidateRenderCallback
): void
Parameters
invalidateRenderCallback
() => void
Returns
void
setListener
â–¸ setListener(listener
): void
Parameters
listener
Returns
void
setMergeThreshold
â–¸ setMergeThreshold(threshold
): void
Parameters
threshold
number
Returns
void
setRequestRenderCallback
â–¸ setRequestRenderCallback(requestRenderCallback
): void
Parameters
requestRenderCallback
() => void
Returns
void
setRequestRenderSceneUpdateCallback
â–¸ setRequestRenderSceneUpdateCallback(requestRenderSceneUpdateCallback
): void
Parameters
requestRenderSceneUpdateCallback
() => void
Returns
void
tryToMergeComponents
â–¸ tryToMergeComponents(): void
Returns
void
updateAnimationParameters
â–¸ updateAnimationParameters(elementId
, parameters
): void
Parameters
elementId
number
| number
[]
parameters
Returns
void
Implementation of
Last updated