MCPcopy Create free account
hub / github.com/CesiumGS/cesium-native / isActive

Method isActive

Cesium3DTilesSelection/src/GltfModifier.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37bool GltfModifier::isActive() const {
38 return this->getCurrentVersion().has_value();
39}
40
41void GltfModifier::trigger() {
42 if (!this->_currentVersion) {

Callers

nothing calls this directly

Calls 1

getCurrentVersionMethod · 0.95

Tested by

no test coverage detected