PICO Unity Platform SDK
KVPair Class Reference

Public Member Functions

 KVPair (IntPtr o)
 
void SetIntValue (int value)
 
void SetStringValue (string value)
 
void SetDoubleValue (double value)
 
int GetIntValue ()
 
string GetStringValue ()
 
double GetDoubleValue ()
 
void SetKey (string key)
 
string GetKey ()
 
KVPairType GetValueType ()