C# Class Winner, unity-demo-shooting-gallery

Inheritance: MonoBehaviour
Exibir arquivo Open project: colyseus/unity-demo-shooting-gallery Class Usage Examples

Public Properties

Property 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
return string

score public_oe property

The highest score
public int score
return int

tie public_oe property

Is there more than one entity with highest score?
public bool tie
return bool

tied public_oe property

Array of entity Ids of all that tied for highest score
public string[] tied
return string[]