Preparing search index...

    Base class for Lens Studio editor plugins that can create UI widgets and respond to entity edits.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    id: string
    pluginSystem: PluginSystem

    The plugin system instance this plugin belongs to.

    Methods

    • Creates and returns a widget parented to the given parent widget.

      Parameters

      Returns Widget

    • Cleans up and deinitializes the plugin.

      Returns void

    • Handles editing of the given entities, returning true if the plugin handled them.

      Parameters

      Returns boolean

    • Returns the name of this object's type.

      Returns string

    • Returns true if the object is of the specified type.

      Parameters

      • type: string

      Returns boolean

    • Returns true if this object refers to the same instance as the given object.

      Parameters

      Returns boolean