Egret Engine R - v6.0.0
    Preparing search index...
    interface IThemeAdapter {
        getTheme(
            url: string,
            compFunc: Function,
            errorFunc: Function,
            thisObject: any,
        ): void;
    }

    Implemented by

    Index
    • Parameters

      • url: string
      • compFunc: Function
      • errorFunc: Function
      • thisObject: any

      Returns void