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