Wrapper of Gltf Json element. More...
#include <GltfObject.h>
Public Types | |
| using | Json = nlohmann::json |
| using Json insteadd of nlohmann::json | |
Public Member Functions | |
| GltfObject (const Json &data) | |
| Constructor Function. | |
| virtual | ~GltfObject ()=default |
| Destructor Function. | |
Protected Attributes | |
| Json | m_Data |
| Specific Json element. | |
Wrapper of Gltf Json element.
Definition at line 18 of file GltfObject.h.