Preparing search index...

    Base class for plugins that create pre-configured scene objects, assets, or components via the Add menu.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    id: string
    pluginSystem: PluginSystem

    The plugin system instance used to resolve interface dependencies.

    Methods

    • Synchronously creates and places a pre-configured entity at the given destination scene object or path.

      Parameters

      Returns Entity

    • Asynchronously creates and places a pre-configured entity at the given destination scene object or path.

      Parameters

      Returns Promise<Entity>

    • 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