cesium-native 0.47.0
Loading...
Searching...
No Matches
CesiumUtility::CreditsSnapshot Struct Reference

A snapshot of the credits currently active in a CreditSystem. More...

#include <CesiumUtility/CreditSystem.h>

Public Attributes

std::vector< CreditcurrentCredits
 The credits that are currently active.
 
std::vector< CreditremovedCredits
 The credits that were removed since the last call to CreditSystem::getSnapshot.
 

Detailed Description

A snapshot of the credits currently active in a CreditSystem.

Definition at line 39 of file CreditSystem.h.

Member Data Documentation

◆ currentCredits

std::vector<Credit> CesiumUtility::CreditsSnapshot::currentCredits

The credits that are currently active.

Definition at line 43 of file CreditSystem.h.

◆ removedCredits

std::vector<Credit> CesiumUtility::CreditsSnapshot::removedCredits

The credits that were removed since the last call to CreditSystem::getSnapshot.

Definition at line 49 of file CreditSystem.h.


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