Preparing search index...

    Descriptor for an entity generator plugin, providing metadata such as display order, entity type, and icon.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    dependencies: InterfaceId[]
    description: string

    Human-readable description of the plugin.

    displayOrder: number

    Numeric order controlling where this generator appears in the UI relative to others.

    entityType: string

    Target entity category this generator creates 'SceneObject', 'Asset', or 'Component'.

    icon: Editor.Icon

    Icon displayed for this generator in the Lens Studio UI.

    id: string

    Unique identifier string for the plugin.

    interfaces: InterfaceId[]

    List of interface IDs that this plugin implements or exposes.

    name: string

    Display name of the plugin.

    Methods

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

      Parameters

      • type: string

      Returns boolean