API reference
API reference
Select your platform
No SDKs available
No versions available

PersistenceLayer Class

Extends Meta.Conduit.Editor.IPersistenceLayer

Methods

GetInt ( key )
Signature
int Meta.Conduit.Editor.PersistenceLayer.GetInt(string key)
Parameters
key: string
Returns
int
GetString ( key )
Signature
string Meta.Conduit.Editor.PersistenceLayer.GetString(string key)
Parameters
key: string
Returns
string
HasKey ( key )
Signature
bool Meta.Conduit.Editor.PersistenceLayer.HasKey(string key)
Parameters
key: string
Returns
bool
SetInt ( key , value )
Signature
void Meta.Conduit.Editor.PersistenceLayer.SetInt(string key, int value)
Parameters
key: string
value: int
Returns
void
SetString ( key , value )
Signature
void Meta.Conduit.Editor.PersistenceLayer.SetString(string key, string value)
Parameters
key: string
value: string
Returns
void