Maria GDK 5.0.0.779
Documentation of native code in develop branch
Loading...
Searching...
No Matches
Maria3D::Tiles3D::Asset Class Reference

#include <M3DAsset.h>

Inheritance diagram for Maria3D::Tiles3D::Asset:
Maria3D::Tiles3D::TilesObject

Public Member Functions

std::string getVersion () const
 
void setVersion (const std::string &version)
 
std::string getTilesetVersion () const
 
void setTilesetVersion (const std::string &tilesetVersion)
 
- Public Member Functions inherited from Maria3D::Tiles3D::TilesObject
const std::map< std::string, std::string > & getExtras () const
 
void setExtra (const std::string &key, const std::string &val)
 
std::string getExtra (const std::string &key) const
 

Protected Attributes

std::string _version
 
std::string _tilesetVersion
 
- Protected Attributes inherited from Maria3D::Tiles3D::TilesObject
std::map< std::string, std::string > _extras
 

Detailed Description

Asset - Metadata about the entire tileset.

Member Function Documentation

◆ getTilesetVersion()

std::string Maria3D::Tiles3D::Asset::getTilesetVersion ( ) const
inline

Application-specific version of this tileset, e.g., for when an existing tileset is updated.

◆ getVersion()

std::string Maria3D::Tiles3D::Asset::getVersion ( ) const
inline

The 3D Tiles version. The version defines the JSON schema for the tileset JSON and the base set of tile formats.

◆ setTilesetVersion()

void Maria3D::Tiles3D::Asset::setTilesetVersion ( const std::string &  tilesetVersion)
inline

Application-specific version of this tileset, e.g., for when an existing tileset is updated.

◆ setVersion()

void Maria3D::Tiles3D::Asset::setVersion ( const std::string &  version)
inline

The 3D Tiles version. The version defines the JSON schema for the tileset JSON and the base set of tile formats.


The documentation for this class was generated from the following files: