Module providing overlay plugin infrastructure for Lens Studio.
Example
// OverlayPlugin renders floating UI on top of the editor viewport. // // Key methods: // createWidget(parent) — build the overlay's widget tree // requestShow() — make the overlay visible // requestHide() — hide the overlay // deinit() — release resources on shutdown
Module providing overlay plugin infrastructure for Lens Studio.
Example