SpiecsEngine
 
Loading...
Searching...
No Matches
Spices::GltfAsset Class Reference

Wrapper of Gltf Json Asset. More...

#include <GltfAsset.h>

Inheritance diagram for Spices::GltfAsset:
Spices::GltfObject

Classes

struct  Item
 Asset Item data. More...
 

Public Types

using Json = nlohmann::json
 using Json insteadd of nlohmann::json
 

Public Member Functions

 GltfAsset (const Json &data)
 Constructor Function.
 
virtual ~GltfAsset () override=default
 Destructor Function.
 

Protected Attributes

Json m_Data
 Specific Json element.
 

Private Attributes

Item m_AssetData
 Data of Gltf Json Asset.
 

Friends

class GltfLoader
 Allow GltfLoader and GltfCollection access all data this class.
 
class GltfCollection
 

Detailed Description

Wrapper of Gltf Json Asset.

Definition at line 16 of file GltfAsset.h.


The documentation for this class was generated from the following file: