C# Class ctac.CardsView

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

Private Properties

Property Type Description
PointOnCircle Vector3
Update void
onCardHovered void
onCardSelected void

Public Methods

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

Protected Methods

Method Description
Start ( ) : void

Private Methods

Method Description
PointOnCircle ( float radius, float angleInDegrees, Vector3 origin ) : Vector3
Update ( ) : void
onCardHovered ( CardModel card ) : void
onCardSelected ( CardSelectedModel card, bool needsArrow ) : void

Method Details

Start() protected method

protected Start ( ) : void
return void

init() public method

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