Reads ExtensionKhrTextureBasisu instances from JSON.
CesiumJsonReader::JsonReaderOptions & getOptions()
Gets the options controlling how the JSON is read.
ExtensionKhrTextureBasisuReader()
Constructs a new instance.
CesiumJsonReader::ReadJsonResult< CesiumGltf::ExtensionKhrTextureBasisu > readFromJson(const rapidjson::Value &value) const
Reads an instance of ExtensionKhrTextureBasisu from a rapidJson::Value.
CesiumJsonReader::ReadJsonResult< std::vector< CesiumGltf::ExtensionKhrTextureBasisu > > readArrayFromJson(const rapidjson::Value &value) const
Reads an array of instances of ExtensionKhrTextureBasisu from a rapidJson::Value.
CesiumJsonReader::ReadJsonResult< CesiumGltf::ExtensionKhrTextureBasisu > readFromJson(const std::span< const std::byte > &data) const
Reads an instance of ExtensionKhrTextureBasisu from a byte buffer.
const CesiumJsonReader::JsonReaderOptions & getOptions() const
Gets the options controlling how the JSON is read.