Preparing search index...

    Plugin that generates a new Entity in the scene.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    id: string
    pluginSystem: PluginSystem

    The PluginSystem instance associated with this plugin.

    Methods

    • Generates a new Entity and returns it as a Promise.

      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