Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Winner
C# Class Winner, unity-demo-shooting-gallery
Inheritance:
MonoBehaviour
Afficher le fichier
Open project: colyseus/unity-demo-shooting-gallery
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
id
string
score
int
tie
bool
tied
string[]
Property Details
id
public_oe property
The id of the winning entity or if it's a tie a message
public
string
id
Résultat
string
score
public_oe property
The highest score
public
int
score
Résultat
int
tie
public_oe property
Is there more than one entity with highest score?
public
bool
tie
Résultat
bool
tied
public_oe property
Array of entity Ids of all that tied for highest score
public
string[]
tied
Résultat
string[]