C# Class ctac.DecksView

Inheritance: strange.extensions.mediation.impl.View
Afficher le fichier Open project: dshook/centauri-tac

Méthodes publiques

Méthode Description
UpdatePositions ( List playerCards, List opponentCards ) : void

Méthodes protégées

Méthode Description
Awake ( ) : void

Private Methods

Méthode Description
SetCardPos ( CardModel card, int c, bool isOpponent ) : void
Update ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

UpdatePositions() public méthode

public UpdatePositions ( List playerCards, List opponentCards ) : void
playerCards List
opponentCards List
Résultat void