|
cesium-native 0.52.0
|
Contains assets that are potentially shared across multiple Tilesets. More...
#include <Cesium3DTilesSelection/TilesetSharedAssetSystem.h>
Static Public Member Functions | |
| static CesiumUtility::IntrusivePointer< TilesetSharedAssetSystem > | getDefault () |
Obtains an IntrusivePointer to the TilesetSharedAssetSystem singleton. | |
Static Public Member Functions inherited from CesiumGltfReader::GltfSharedAssetSystem | |
| static CesiumUtility::IntrusivePointer< GltfSharedAssetSystem > | getDefault () |
Obtains an IntrusivePointer to the GltfSharedAssetSystem singleton. | |
Additional Inherited Members | |
Public Types inherited from CesiumGltfReader::GltfSharedAssetSystem | |
| using | ImageDepot |
| A depot containing images loaded from glTFs. | |
| using | SchemaDepot |
| A depot containing schemas loaded from URIs contained in the glTF EXT_structural_metadata extension. | |
Public Member Functions inherited from CesiumUtility::ReferenceCounted< T, true > | |
| void | addReference () const |
Adds a counted reference to this object. Use CesiumUtility::IntrusivePointer instead of calling this method directly. | |
| void | releaseReference () const |
Removes a counted reference from this object. When the last reference is removed, this method will delete this instance. Use CesiumUtility::IntrusivePointer instead of calling this method directly. | |
| std::int32_t | getReferenceCount () const noexcept |
| Returns the current reference count of this instance. | |
| void | addReference () const |
Adds a counted reference to this object. Use CesiumUtility::IntrusivePointer instead of calling this method directly. | |
| void | releaseReference () const |
Removes a counted reference from this object. When the last reference is removed, this method will delete this instance. Use CesiumUtility::IntrusivePointer instead of calling this method directly. | |
| std::int32_t | getReferenceCount () const noexcept |
| Returns the current reference count of this instance. | |
Public Attributes inherited from CesiumGltfReader::GltfSharedAssetSystem | |
| CesiumUtility::IntrusivePointer< ImageDepot > | pImage |
| The asset depot for images. | |
| CesiumUtility::IntrusivePointer< SchemaDepot > | pExternalMetadataSchema |
| The asset depot for schemas. | |
Contains assets that are potentially shared across multiple Tilesets.
Definition at line 10 of file TilesetSharedAssetSystem.h.