Interface IPostJsonDeserialization
Useful for analysis, verification and manipulation of the deserialized glTF JSON data before any further loading of resources (buffers, images) has started. To use this, implement the interface in an ImportAddonInstance and inject that instance.
Namespace: GLTFast.Addons
Assembly: glTFast.dll
Syntax
public interface IPostJsonDeserialization
Methods
PostJsonDeserialization()
Called right after JSON deserialization is complete, but before any loading of resources has started.
Declaration
bool PostJsonDeserialization()
Returns
| Type | Description |
|---|---|
| bool | False if the loading process has to be aborted due to a critical error. True otherwise. |