Preparing search index...

    Descriptor for an asset instantiator plugin, providing metadata and a predicate to control which assets can be instantiated.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    canInstantiate: (arg1: Editor.Assets.Asset) => any

    Function that takes an asset and returns whether it can be instantiated by this descriptor.

    dependencies: InterfaceId[]
    description: string

    Human-readable description of the plugin.

    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