C# Class DiceRoller, code

Inheritance: MonoBehaviour
Afficher le fichier Open project: shendongnian/code Class Usage Examples

Méthodes publiques

Свойство Type Description
counter int
value int

Méthodes publiques

Méthode Description
ShowValue ( bool startOver = false ) : void
Throw ( ) : void

Method Details

ShowValue() public méthode

public ShowValue ( bool startOver = false ) : void
startOver bool
Résultat void

Throw() public méthode

public Throw ( ) : void
Résultat void

Property Details

counter public_oe property

public int counter
Résultat int

value public_oe property

public int value
Résultat int