C# 클래스 PauseState, TheUnseen

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

공개 프로퍼티들

프로퍼티 타입 설명
CrossHairTexture UnityEngine.Texture2D
isPaused bool
pauseMenu GameObject

공개 메소드들

메소드 설명
Initialize ( ) : void
PauseGame ( bool paused ) : void

비공개 메소드들

메소드 설명
toggleCursor ( ) : void

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

PauseGame() 공개 메소드

public PauseGame ( bool paused ) : void
paused bool
리턴 void

프로퍼티 상세

CrossHairTexture 공개적으로 프로퍼티

public Texture2D,UnityEngine CrossHairTexture
리턴 UnityEngine.Texture2D

isPaused 공개적으로 프로퍼티

public bool isPaused
리턴 bool

pauseMenu 공개적으로 프로퍼티

public GameObject pauseMenu
리턴 GameObject