|
cesium-native 0.52.0
|
Writes schemas. More...
#include <CesiumGltfWriter/SchemaWriter.h>
Public Member Functions | |
| SchemaWriter () | |
| Constructs a new instance. | |
| CesiumJsonWriter::ExtensionWriterContext & | getExtensions () |
| Gets the context used to control how schema extensions are written. | |
| const CesiumJsonWriter::ExtensionWriterContext & | getExtensions () const |
| Gets the context used to control how schema extensions are written. | |
| SchemaWriterResult | writeSchema (const CesiumGltf::Schema &schema, const SchemaWriterOptions &options=SchemaWriterOptions()) const |
| Serializes the provided schema object into a byte vector using the provided flags to convert. | |
Writes schemas.
Definition at line 47 of file SchemaWriter.h.
| SchemaWriterResult CesiumGltfWriter::SchemaWriter::writeSchema | ( | const CesiumGltf::Schema & | schema, |
| const SchemaWriterOptions & | options = SchemaWriterOptions() ) const |
Serializes the provided schema object into a byte vector using the provided flags to convert.
| schema | The schema. |
| options | Options for how to write the schema. |