Egret Engine R - v6.0.0
    Preparing search index...
    • 异步方式获取配置里的资源。只要是配置文件里存在的资源,都可以通过异步方式获取。

      Parameters

      • key: string

        对应配置文件里的 name 属性或 sbuKeys 属性的一项。

      • compFunc: Function

        回调函数。示例:compFunc(data,key):void。

      • thisObject: any

        回调函数的 this 引用。

      Returns void

      #setMaxRetryTimes

      Egret 2.4

      Web

      zh_CN