Show / Hide Table of Contents

Class PlayURPlugin.LeaderboardConfiguration

Inheritance
object
PlayURPlugin.LeaderboardConfiguration
Namespace: PlayUR
Assembly: PlayUR.dll
Syntax
[Serializable]
public class PlayURPlugin.LeaderboardConfiguration

Fields

| Improve this Doc View Source

anonymousCustomNameValue

Declaration
public string anonymousCustomNameValue
Field Value
Type Description
string
| Improve this Doc View Source

autoScrollToHighlightedRow

Declaration
public bool autoScrollToHighlightedRow
Field Value
Type Description
bool
| Improve this Doc View Source

closeOnNameEntryComplete

Declaration
public bool closeOnNameEntryComplete
Field Value
Type Description
bool
| Improve this Doc View Source

customNameDefaultValue

Declaration
public string customNameDefaultValue
Field Value
Type Description
string
| Improve this Doc View Source

dataType

Declaration
public PlayURPlugin.LeaderboardConfiguration.DataType dataType
Field Value
Type Description
PlayURPlugin.LeaderboardConfiguration.DataType
| Improve this Doc View Source

descending

Declaration
[Header("Sort/Filter Options")]
public bool descending
Field Value
Type Description
bool
| Improve this Doc View Source

displayFormat

Declaration
[Tooltip("Leave Blank For Default")]
public string displayFormat
Field Value
Type Description
string
| Improve this Doc View Source

localOnly

Declaration
public bool localOnly
Field Value
Type Description
bool
| Improve this Doc View Source

maxItems

Declaration
[Header("Display Options")]
public int maxItems
Field Value
Type Description
int
| Improve this Doc View Source

nameDisplayType

Declaration
[Header("Name Display Options")]
public PlayURPlugin.LeaderboardConfiguration.NameDisplayType nameDisplayType
Field Value
Type Description
PlayURPlugin.LeaderboardConfiguration.NameDisplayType
| Improve this Doc View Source

oneEntryPerPlayer

Declaration
public bool oneEntryPerPlayer
Field Value
Type Description
bool
| Improve this Doc View Source

onlyShowIfNewEntryAdded

Declaration
[HideInInspector]
public bool onlyShowIfNewEntryAdded
Field Value
Type Description
bool
| Improve this Doc View Source

sameExperimentGroupOnly

Declaration
public bool sameExperimentGroupOnly
Field Value
Type Description
bool
| Improve this Doc View Source

sameExperimentOnly

Declaration
public bool sameExperimentOnly
Field Value
Type Description
bool
| Improve this Doc View Source

title

Declaration
public string title
Field Value
Type Description
string

Methods

| Improve this Doc View Source

AddToForm(Dictionary<string, string>)

Declaration
public Dictionary<string, string> AddToForm(Dictionary<string, string> form)
Parameters
Type Name Description
Dictionary<string, string> form
Returns
Type Description
Dictionary<string, string>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX