SpatialGltfModelStatus.Failed

class SpatialGltfModelStatus.Failed : SpatialGltfModelStatus


The glTF model has failed to load properly.

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

Summary

Public constructors

Failed(exception: Throwable)

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

Throwable

thrown when the glTF model tried to load.

Public constructors

Failed

Added in 1.0.0-alpha15
Failed(exception: Throwable)
Parameters
exception: Throwable

thrown when the glTF model tried to load.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

exception

Added in 1.0.0-alpha15
val exceptionThrowable

thrown when the glTF model tried to load.