melonJS
    Preparing search index...

    Function get

    • returns the plugin instance with the specified class type or registered name

      Parameters

      • classType: string | (new (...args: any[]) => BasePlugin)

        the Class Object or registered name of the plugin to retrieve

      Returns BasePlugin | undefined

      a plugin instance or undefined