Class

GltfLoadException

Exception thrown when a glTF model fails to load.

Source set: Android
public class GltfLoadException(
    message: String? = "Failed to load glTF model",
    cause: Throwable? = null,
) : RuntimeException(message, cause)

Exception thrown when a glTF model fails to load.

Parameters

message the detail message.
cause the underlying cause of the failure.

Last updated: