Engine API Reference - v2.7.3
    Preparing search index...

    Type Alias AssetReadyCallback

    AssetReadyCallback: (asset: Asset) => void

    Callback used by Asset#ready and called when an asset is ready.

    Type declaration

      • (asset: Asset): void
      • Parameters

        • asset: Asset

          The ready asset.

        Returns void