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

Public functions

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

Public properties

GltfLoadException

thrown when the glTF model tried to load.

Public constructors

Failed

Added in 1.0.0-alpha13
Failed(exception: GltfLoadException)
Parameters
exception: GltfLoadException

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-alpha13
val exceptionGltfLoadException

thrown when the glTF model tried to load.