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

    Class GSplatAssetLoaderBase

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

    Index

    Properties

    cooldownTicks: number = 100

    Number of ticks to wait before unloading a zero-ref file.

    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.