Skip to main content

waitForSceneVisible

@combeenation/custom-code-utils


Variable: waitForSceneVisible()

const waitForSceneVisible: (sdCtrlName?) => Promise<void> = SdvBasicApi.waitForSceneVisible

Function for waiting until the scene of a shapediver instance is visible

Parameters

sdCtrlName?

string

If not configured, the first shapediver instance of the configurator is used

Returns

Promise<void>