C# Class ctac.DecksView

Inheritance: strange.extensions.mediation.impl.View
Show file Open project: dshook/centauri-tac

Public Methods

Method Description
UpdatePositions ( List playerCards, List opponentCards ) : void

Protected Methods

Method Description
Awake ( ) : void

Private Methods

Method Description
SetCardPos ( CardModel card, int c, bool isOpponent ) : void
Update ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

UpdatePositions() public method

public UpdatePositions ( List playerCards, List opponentCards ) : void
playerCards List
opponentCards List
return void