Module providing GUI service plugin infrastructure for Lens Studio.
Example
// The LensStudio:GuiService module provides the GuiService base class // for plugins that manage GUI panels in the editor. // // GuiService extends Editor.IPlugin with start()/stop() lifecycle. // Use it instead of CoreService when your plugin needs GUI awareness. // // Lifecycle: constructor -> start() -> stop()
Module providing GUI service plugin infrastructure for Lens Studio.
Example