C# 클래스 PlayingCard, Poker

상속: MonoBehaviour
파일 보기 프로젝트 열기: BernhardGlueck/Poker 1 사용 예제들

공개 메소드들

메소드 설명
Awake ( ) : void
Change ( Enums, cardSuit, Enums, cardNumber ) : void
ChangeToRandom ( bool ignoreJoker ) : void
Refresh ( ) : void
Style ( Enums, styleBack ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Change() 공개 메소드

public Change ( Enums, cardSuit, Enums, cardNumber ) : void
cardSuit Enums,
cardNumber Enums,
리턴 void

ChangeToRandom() 공개 메소드

public ChangeToRandom ( bool ignoreJoker ) : void
ignoreJoker bool
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

Style() 공개 메소드

public Style ( Enums, styleBack ) : void
styleBack Enums,
리턴 void