Class GLTFMaterialResult

Inheritance Relationships

Base Type

Class Documentation

class GLTFMaterialResult : public csp::systems::ResultBase

Data class used to contain information when attempting to download material data.

Public Functions

const GLTFMaterial &GetGLTFMaterial() const

Retreives the GLTFMaterial from the result.

inline GLTFMaterialResult(csp::systems::EResultCode ResCode, uint16_t HttpResCode)