C# 클래스 EscapeEvent, RoverGame

Escape or Back event
상속: MonoBehaviour
파일 보기 프로젝트 열기: Stumpstump/RoverGame 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
leaveTheApplication bool
sceneName string

공개 메소드들

메소드 설명
OnEscapeClick ( ) : void

On Escape click event.

Update ( ) : void

비공개 메소드들

메소드 설명
LoadSceneAsync ( ) : IEnumerator

Loads the scene Async.

메소드 상세

OnEscapeClick() 공개 메소드

On Escape click event.
public OnEscapeClick ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

leaveTheApplication 공개적으로 프로퍼티

Whether to leave the application on escape click.
public bool leaveTheApplication
리턴 bool

sceneName 공개적으로 프로퍼티

The name of the scene to be loaded.
public string sceneName
리턴 string