cesium-native 0.52.0
Loading...
Searching...
No Matches
CesiumAsync::SharedAssetContext Struct Reference

The default context passed to SharedAssetDepot factory functions. More...

#include <CesiumAsync/SharedAssetDepot.h>

Public Attributes

AsyncSystem asyncSystem
 The async system.
 
std::shared_ptr< IAssetAccessorpAssetAccessor
 The asset accessor.
 

Detailed Description

The default context passed to SharedAssetDepot factory functions.

Definition at line 29 of file SharedAssetDepot.h.

Member Data Documentation

◆ asyncSystem

AsyncSystem CesiumAsync::SharedAssetContext::asyncSystem

The async system.

Definition at line 33 of file SharedAssetDepot.h.

◆ pAssetAccessor

std::shared_ptr<IAssetAccessor> CesiumAsync::SharedAssetContext::pAssetAccessor

The asset accessor.

Definition at line 38 of file SharedAssetDepot.h.


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