Preparing search index...

    Base class for plugins that render overlay UI on top of the editor viewport.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    id: string
    pluginSystem: PluginSystem

    The plugin system instance this plugin is registered with.

    Methods

    • Creates and returns the overlay widget attached to the given parent widget.

      Parameters

      Returns Widget

    • Cleans up and releases resources held by the overlay plugin.

      Returns void

    • 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

    • Requests that the overlay be hidden.

      Returns void

    • Requests that the overlay be shown.

      Returns void