C# Class ctac.HoverCardView

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

Private Properties

Property Type Description
Update void
hideCard void
init void
onScreen bool
setActive void
showCard void
showCardFromHand void
showPieceCardWorld void

Private Methods

Method Description
Update ( ) : void
hideCard ( ) : void
init ( ) : void
onScreen ( Vector2 position, Vector2 hWidth ) : bool
setActive ( bool newActive ) : void
showCard ( Vector3 position, int spellDamage ) : void
showCardFromHand ( CardModel cardToShow, Vector3 position, int spellDamage ) : void
showPieceCardWorld ( PieceModel piece, Vector3 worldPosition, int spellDamage ) : void