Cesium for Unity 1.15.2
Loading...
Searching...
No Matches
CesiumForUnity.CesiumRuntimeSettings Class Referencesealed

Holds Cesium settings used at runtime. More...

Inheritance diagram for CesiumForUnity.CesiumRuntimeSettings:

Properties

static CesiumRuntimeSettings instance [get]
 Gets the singleton instance of this class.
 
static string defaultIonAccessTokenID [get]
 The ID of the default Cesium ion access token to use within the project.
 
static string defaultIonAccessToken [get]
 The default Cesium ion access token value to use within the project.
 
static int requestsPerCachePrune [get]
 The number of requests to handle before each prune of old cached results from the database.
 
static ulong maxItems [get]
 The maximum number of items should be kept in the Sqlite database after pruning.
 

Detailed Description

Holds Cesium settings used at runtime.

Definition at line 14 of file CesiumRuntimeSettings.cs.

Property Documentation

◆ defaultIonAccessToken

string CesiumForUnity.CesiumRuntimeSettings.defaultIonAccessToken
staticget

The default Cesium ion access token value to use within the project.

Definition at line 151 of file CesiumRuntimeSettings.cs.

◆ defaultIonAccessTokenID

string CesiumForUnity.CesiumRuntimeSettings.defaultIonAccessTokenID
staticget

The ID of the default Cesium ion access token to use within the project.

Definition at line 130 of file CesiumRuntimeSettings.cs.

◆ instance

CesiumRuntimeSettings CesiumForUnity.CesiumRuntimeSettings.instance
staticget

Gets the singleton instance of this class.

If the project does not yet contain an instance, one is created and added at the specified file path.

Definition at line 26 of file CesiumRuntimeSettings.cs.

◆ maxItems

ulong CesiumForUnity.CesiumRuntimeSettings.maxItems
staticget

The maximum number of items should be kept in the Sqlite database after pruning.

Definition at line 183 of file CesiumRuntimeSettings.cs.

◆ requestsPerCachePrune

int CesiumForUnity.CesiumRuntimeSettings.requestsPerCachePrune
staticget

The number of requests to handle before each prune of old cached results from the database.

Definition at line 172 of file CesiumRuntimeSettings.cs.


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