Loading Customization Engine Plugins
createNewViewportWindowToCache() loads a plugin window using the Customization Engine.
Syntax:
Parameters:
pluginID - The plugin ID of the window you're trying to load.
windowID - The window ID of the window you are trying to load.
Result:
This function will load the code and JSON files needed for the window to run and then call the changeViewportForPlugin()
function to load the downloaded code into the viewport. The changeViewportForPlugin()
function should never be used by a plugin. Use the createNewViewportWindowToCache()
function to load plugin windows.
Last updated