waitForSceneVisible
@combeenation/custom-code-utils
Variable: waitForSceneVisible()
constwaitForSceneVisible: (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>