Class PlayURPlugin.LeaderboardConfiguration
Inheritance
PlayURPlugin.LeaderboardConfiguration
Assembly: PlayUR.dll
Syntax
[Serializable]
public class PlayURPlugin.LeaderboardConfiguration
Fields
|
Improve this Doc
View Source
anonymousCustomNameValue
Declaration
public string anonymousCustomNameValue
Field Value
|
Improve this Doc
View Source
Declaration
public bool autoScrollToHighlightedRow
Field Value
|
Improve this Doc
View Source
closeOnNameEntryComplete
Declaration
public bool closeOnNameEntryComplete
Field Value
|
Improve this Doc
View Source
customNameDefaultValue
Declaration
public string customNameDefaultValue
Field Value
|
Improve this Doc
View Source
dataType
Declaration
public PlayURPlugin.LeaderboardConfiguration.DataType dataType
Field Value
|
Improve this Doc
View Source
descending
Declaration
[Header("Sort/Filter Options")]
public bool descending
Field Value
|
Improve this Doc
View Source
Declaration
[Tooltip("Leave Blank For Default")]
public string displayFormat
Field Value
|
Improve this Doc
View Source
localOnly
Declaration
Field Value
|
Improve this Doc
View Source
maxItems
Declaration
[Header("Display Options")]
public int maxItems
Field Value
|
Improve this Doc
View Source
nameDisplayType
Declaration
[Header("Name Display Options")]
public PlayURPlugin.LeaderboardConfiguration.NameDisplayType nameDisplayType
Field Value
|
Improve this Doc
View Source
oneEntryPerPlayer
Declaration
public bool oneEntryPerPlayer
Field Value
|
Improve this Doc
View Source
onlyShowIfNewEntryAdded
Declaration
[HideInInspector]
public bool onlyShowIfNewEntryAdded
Field Value
|
Improve this Doc
View Source
sameExperimentGroupOnly
Declaration
public bool sameExperimentGroupOnly
Field Value
|
Improve this Doc
View Source
sameExperimentOnly
Declaration
public bool sameExperimentOnly
Field Value
|
Improve this Doc
View Source
title
Declaration
Field Value
Methods
|
Improve this Doc
View Source
Declaration
public Dictionary<string, string> AddToForm(Dictionary<string, string> form)
Parameters
Returns