C# Class PlayingCard, Poker

Inheritance: MonoBehaviour
Afficher le fichier Open project: BernhardGlueck/Poker Class Usage Examples

Méthodes publiques

Méthode Description
Awake ( ) : void
Change ( Enums, cardSuit, Enums, cardNumber ) : void
ChangeToRandom ( bool ignoreJoker ) : void
Refresh ( ) : void
Style ( Enums, styleBack ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

Change() public méthode

public Change ( Enums, cardSuit, Enums, cardNumber ) : void
cardSuit Enums,
cardNumber Enums,
Résultat void

ChangeToRandom() public méthode

public ChangeToRandom ( bool ignoreJoker ) : void
ignoreJoker bool
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Style() public méthode

public Style ( Enums, styleBack ) : void
styleBack Enums,
Résultat void