C# Class PauseState, TheUnseen

Inheritance: GameState
显示文件 Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
CrossHairTexture UnityEngine.Texture2D
isPaused bool
pauseMenu GameObject

Public Methods

Method Description
Initialize ( ) : void
PauseGame ( bool paused ) : void

Private Methods

Method Description
toggleCursor ( ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

PauseGame() public method

public PauseGame ( bool paused ) : void
paused bool
return void

Property Details

CrossHairTexture public_oe property

public Texture2D,UnityEngine CrossHairTexture
return UnityEngine.Texture2D

isPaused public_oe property

public bool isPaused
return bool

pauseMenu public_oe property

public GameObject pauseMenu
return GameObject