Class

SpatialGltfModelStatus.Failed

The glTF model has failed to load properly.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
public class Failed(public val exception: Throwable) : SpatialGltfModelStatus()

The glTF model has failed to load properly.

The exception can be inspected to understand why the glTF model has failed to load.

Parameters

exception thrown when the glTF model tried to load.