C# 클래스 Dodgeball.Game.CardInfo

파일 보기 프로젝트 열기: schonstal/BLOODBALL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
displayRoundNumber bool
flashes bool
large bool
offsetY int

공개 메소드들

메소드 설명
CardInfo ( bool large, bool flashes, bool displayRoundNumber, int offsetY ) : System

메소드 상세

CardInfo() 공개 메소드

public CardInfo ( bool large, bool flashes, bool displayRoundNumber, int offsetY ) : System
large bool
flashes bool
displayRoundNumber bool
offsetY int
리턴 System

프로퍼티 상세

displayRoundNumber 공개적으로 프로퍼티

public bool displayRoundNumber
리턴 bool

flashes 공개적으로 프로퍼티

public bool flashes
리턴 bool

large 공개적으로 프로퍼티

public bool large
리턴 bool

offsetY 공개적으로 프로퍼티

public int offsetY
리턴 int