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

    Type Alias FilterAssetCallback

    FilterAssetCallback: (asset: Asset) => boolean

    Callback used by AssetRegistry#filter to filter assets.

    Type Declaration

      • (asset: Asset): boolean
      • Parameters

        • asset: Asset

          The current asset to filter.

        Returns boolean