cesium-native  0.41.0
CesiumGltfWriter::SchemaWriterResult Struct Reference

The result of writing a schema with SchemaWriterWriter::writeSchema. More...

#include <CesiumGltfWriter/SchemaWriter.h>

Public Attributes

std::vector< std::byte > schemaBytes
 The final generated std::vector<std::byte> of the schema JSON.
 
std::vector< std::string > errors
 Errors, if any, that occurred during the write process.
 
std::vector< std::string > warnings
 Warnings, if any, that occurred during the write process.
 

Detailed Description

The result of writing a schema with SchemaWriterWriter::writeSchema.

Definition at line 18 of file SchemaWriter.h.


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