C# Class ctac.CardModel

Afficher le fichier Open project: dshook/centauri-tac Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public SetCardInPlay ( GameObject contextView ) : void
contextView UnityEngine.GameObject
Résultat void

isChoose() public méthode

public isChoose ( PossibleActionsModel possibleActions ) : bool
possibleActions PossibleActionsModel
Résultat bool

needsTargeting() public méthode

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