Show / Hide Table of Contents

Class HighScoreTableCell

Used to represent a single column within a highscore table row. This MonoBehaviour should be placed on a high-score table cell prefab. This script is already included in the provided highscore table cell prefab in PlayURPlugin/HighScores.

Inheritance
object
Object
Component
Behaviour
MonoBehaviour
HighScoreTableCell
Namespace: PlayUR
Assembly: PlayUR.dll
Syntax
public class HighScoreTableCell : MonoBehaviour

Fields

| Improve this Doc View Source

inputField

Declaration
[Tooltip("Optional, only for editable rows")]
public InputFieldOrTMP inputField
Field Value
Type Description
InputFieldOrTMP
| Improve this Doc View Source

textField

What text field should be used to display the text of this cell?

Declaration
public TextOrTMP textField
Field Value
Type Description
TextOrTMP

Methods

| Improve this Doc View Source

CreateCell(string, LeaderboardConfiguration, bool, bool)

Used internally by PlayUR.

Declaration
public virtual void CreateCell(string text, PlayURPlugin.LeaderboardConfiguration configuration, bool nameEntry = false, bool isValue = false)
Parameters
Type Name Description
string text
PlayURPlugin.LeaderboardConfiguration configuration
bool nameEntry
bool isValue
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX