Description

Namespace that provides access to the components of Lens Studio.

Example

// Get the model component
const model = this.pluginSystem.findInterface(Editor.Model.IModel);
// Get the AssetManager in the current project (e.g. to import file).
const assetManager = model.project.assetManager;
interface Editor {}

Generated using TypeDoc