API Reference · Model and texture loading
GltfException
public sealed class GltfException : ExceptionA glTF file could not be read at all — it is not glTF, it is a version this reader does not know, its container is malformed — or it was read with GltfLoadOptions.Validate set and something in it had to be dropped.
Constructors
| Member | Description |
|---|---|
| Builds the exception with a message. |
| Builds the exception with a message and the failure underneath it. |
Properties
| Member | Description |
|---|---|
| What validation objected to. Empty for a file that could not be read at all, where there is nothing finer to say than |