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

    Class GSplatAssetLoaderBase

    Base class for GSplat asset loaders. This provides the interface that all GSplat asset loaders must implement.

    Index

    Methods

    • Gets the resource for a given URL if it has been loaded by this loader.

      Parameters

      • url: string

        The URL of the asset to retrieve the resource from.

      Returns any

      The loaded resource if found and loaded, undefined otherwise.