C# 클래스 GA_ExampleHighScore, TheUnseen

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

공개 프로퍼티들

프로퍼티 타입 설명
BallPrefab GameObject

공개 메소드들

메소드 설명
AddScore ( int score, string scoreName, Vector3 position ) : void
GameOver ( Vector3 position ) : void
OnGUI ( ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
HighScoreWindow ( int windowID ) : void

메소드 상세

AddScore() 공개 정적인 메소드

public static AddScore ( int score, string scoreName, Vector3 position ) : void
score int
scoreName string
position Vector3
리턴 void

GameOver() 공개 정적인 메소드

public static GameOver ( Vector3 position ) : void
position Vector3
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

BallPrefab 공개적으로 프로퍼티

public GameObject BallPrefab
리턴 GameObject