C# 클래스 ctac.CardModel

파일 보기 프로젝트 열기: dshook/centauri-tac 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

SetCardInPlay() 공개 메소드

public SetCardInPlay ( GameObject contextView ) : void
contextView UnityEngine.GameObject
리턴 void

isChoose() 공개 메소드

public isChoose ( PossibleActionsModel possibleActions ) : bool
possibleActions PossibleActionsModel
리턴 bool

needsTargeting() 공개 메소드

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