Engine API Reference - v1.77.0
    Preparing search index...

    Type Alias ResourceLoaderCallback

    ResourceLoaderCallback: (err: string | null, resource?: *) => any

    Type declaration

      • (err: string | null, resource?: *): any
      • Parameters

        • err: string | null

          The error message in the case where the load fails.

        • Optionalresource: *

          The resource that has been successfully loaded.

        Returns any