![]() |
CotC C# SDK for Unity
v1.4.0.1
Making social games is easy !
|
Represents a score fetched from a leaderboard.
Properties | |
GamerInfo | GamerInfo [get, set] |
Info about the gamer who posted the score. This information may not be present for some calls (calls scoped to the current user) and the member be null. Please read the documentation to find out which calls apply this policy. More... | |
string | Info [get] |
Info about the score (passed when posted). More... | |
DateTime | PostedAt [get] |
Time at which the score was processed by the server (posted). More... | |
int | Rank [get] |
One-based rank of this score on the board. More... | |
long | Value [get] |
Actual score value. More... | |
![]() | |
Bundle | this[string key] [get] |
Allows to query additional properties via an indexer (can be enriched via hooks). More... | |
Additional Inherited Members | |
![]() | |
Bundle | AsBundle () |
Gets the underlying Bundle. Dangerous, only use internally, when you want to put the contents of a properties object into an existing bundle. More... | |
Dictionary< string, Bundle >.KeyCollection | Keys () |
Allows to browse all keys (might include some that are already exposed as typed properties in the object). More... | |
Dictionary< string, Bundle >.Enumerator | GetEnumerator () |
Allows to browse all keys (might include some that are already exposed as typed properties in the object). More... | |
override string | ToString () |
You may use this to debug what is inside this property object. More... | |
string | ToJson () |
Builds a JSON representation of this object, same as ToString actually. More... | |
![]() | |
PropertiesObject (Bundle baseData) | |
![]() | |
Bundle | Props |
|
getset |
Info about the gamer who posted the score. This information may not be present for some calls (calls scoped to the current user) and the member be null. Please read the documentation to find out which calls apply this policy.
|
get |
Info about the score (passed when posted).
|
get |
Time at which the score was processed by the server (posted).
|
get |
One-based rank of this score on the board.
|
get |
Actual score value.