C# Class ctac.CardModel

Show file Open project: dshook/centauri-tac Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
SetCardInPlay ( GameObject contextView ) : void
isChoose ( PossibleActionsModel possibleActions ) : bool
needsTargeting ( PossibleActionsModel possibleActions ) : bool

Returns if this card needs to have some sort of targeting, area or targets

Method Details

SetCardInPlay() public method

public SetCardInPlay ( GameObject contextView ) : void
contextView UnityEngine.GameObject
return void

isChoose() public method

public isChoose ( PossibleActionsModel possibleActions ) : bool
possibleActions PossibleActionsModel
return bool

needsTargeting() public method

Returns if this card needs to have some sort of targeting, area or targets
public needsTargeting ( PossibleActionsModel possibleActions ) : bool
possibleActions PossibleActionsModel
return bool