C# 클래스 Status, pongpector

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

공개 프로퍼티들

프로퍼티 타입 설명
ball int
ballCount int
isGameover bool
isRestarting bool
score int
ticks int
tmpBallCount int

공개 메소드들

메소드 설명
AddScore ( ) : void
Miss ( ) : void
Restart ( ) : void

메소드 상세

AddScore() 공개 메소드

public AddScore ( ) : void
리턴 void

Miss() 공개 메소드

public Miss ( ) : void
리턴 void

Restart() 공개 메소드

public Restart ( ) : void
리턴 void

프로퍼티 상세

ball 공개적으로 프로퍼티

public int ball
리턴 int

ballCount 공개적으로 프로퍼티

public int ballCount
리턴 int

isGameover 공개적으로 프로퍼티

public bool isGameover
리턴 bool

isRestarting 공개적으로 프로퍼티

public bool isRestarting
리턴 bool

score 공개적으로 프로퍼티

public int score
리턴 int

ticks 공개적으로 프로퍼티

public int ticks
리턴 int

tmpBallCount 공개적으로 프로퍼티

public int tmpBallCount
리턴 int