cesium-native 0.43.0
Loading...
Searching...
No Matches
Cesium3DTilesContent::AssetFetcherResult Struct Reference

The result of an AssetFetcher::get call. More...

#include <Cesium3DTilesContent/GltfConverters.h>

Public Attributes

std::vector< std::byte > bytes
 The byte buffer obtained from a URL. This will be empty if fetching the asset failed.
 
CesiumUtility::ErrorList errorList
 The errors and warnings reported while fetching the asset.
 

Detailed Description

The result of an AssetFetcher::get call.

Definition at line 21 of file GltfConverters.h.

Member Data Documentation

◆ bytes

std::vector<std::byte> Cesium3DTilesContent::AssetFetcherResult::bytes

The byte buffer obtained from a URL. This will be empty if fetching the asset failed.

Definition at line 26 of file GltfConverters.h.

◆ errorList

CesiumUtility::ErrorList Cesium3DTilesContent::AssetFetcherResult::errorList

The errors and warnings reported while fetching the asset.

Definition at line 30 of file GltfConverters.h.


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