Editor Scripting API
    Preparing search index...

    Namespace that provides access to the components of Lens Studio.

    // 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;
    Index

    Methods

    • Beta

      Parameters

      • object: any

      Returns boolean