HOCO Unity SDK 0.0.15-Alpha
A Web3 SDK provided by HoneyComb
|
This is the Base class for all LiveData objects that are used in Cloud Databases, you can inherit from this class to make your own Datatype. :O. More...
Properties | |
string | Id = string.Empty [get, set] |
This unique identifier is used to identify the object in the Cloud MongoDB Database. It is automatically generated when the object is created, and is used for Updating, Deleting, and Querying the object. | |
This is the Base class for all LiveData objects that are used in Cloud Databases, you can inherit from this class to make your own Datatype. :O.
|
getset |
This unique identifier is used to identify the object in the Cloud MongoDB Database. It is automatically generated when the object is created, and is used for Updating, Deleting, and Querying the object.
Referenced by CloudAPI< T >.Update(), LiveItemBoxData.Update(), and LivePlayerData.Update().