C# 클래스 DeckSelection

파일 보기 프로젝트 열기: LilTsubaki/Les-fragments-d-Erule 1 사용 예제들

공개 메소드들

메소드 설명
ChangeRunePosition ( int oldPosition, int newPosition ) : bool
DeckSelection ( ) : UnityEngine
PlaceRuneInHand ( Rune, rune, int position ) : bool
RemoveRuneFromHand ( int position ) : bool

메소드 상세

ChangeRunePosition() 공개 메소드

public ChangeRunePosition ( int oldPosition, int newPosition ) : bool
oldPosition int
newPosition int
리턴 bool

DeckSelection() 공개 메소드

public DeckSelection ( ) : UnityEngine
리턴 UnityEngine

PlaceRuneInHand() 공개 메소드

public PlaceRuneInHand ( Rune, rune, int position ) : bool
rune Rune,
position int
리턴 bool

RemoveRuneFromHand() 공개 메소드

public RemoveRuneFromHand ( int position ) : bool
position int
리턴 bool