Class GLTFMaterialsResult

Inheritance Relationships

Base Type

Class Documentation

class GLTFMaterialsResult : public csp::systems::ResultBase

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

Public Functions

const csp::common::Array<GLTFMaterial> &GetGLTFMaterials() const

Retreives the GLTFMaterial from the result.

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