cesium-native 0.47.0
|
A snapshot of the credits currently active in a CreditSystem
.
More...
#include <CesiumUtility/CreditSystem.h>
Public Attributes | |
std::vector< Credit > | currentCredits |
The credits that are currently active. | |
std::vector< Credit > | removedCredits |
The credits that were removed since the last call to CreditSystem::getSnapshot . | |
A snapshot of the credits currently active in a CreditSystem
.
Definition at line 39 of file CreditSystem.h.
std::vector<Credit> CesiumUtility::CreditsSnapshot::currentCredits |
The credits that are currently active.
Definition at line 43 of file CreditSystem.h.
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.