C# Class ScaleCanvasController, Left4Bread

Inheritance: MonoBehaviour
Mostra file Open project: andresg6/Left4Bread Class Usage Examples

Public Properties

Property Type Description
TaskText Text
TextPanel UnityEngine.RectTransform
blackout UnityEngine.RectTransform
pauseBread UnityEngine.RectTransform
pausePanel UnityEngine.RectTransform
pauseText Text
quit Button
resume Button

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
toggleInfoPanel ( ) : void
togglePauseGame ( ) : void

Private Methods

Method Description
moveScaledItems ( ) : void
pauseGame ( ) : void
setPauseGroupActive ( bool newActiveState ) : void
unpauseGame ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

toggleInfoPanel() public method

public toggleInfoPanel ( ) : void
return void

togglePauseGame() public method

public togglePauseGame ( ) : void
return void

Property Details

TaskText public_oe property

public Text TaskText
return Text

TextPanel public_oe property

public RectTransform,UnityEngine TextPanel
return UnityEngine.RectTransform

blackout public_oe property

public RectTransform,UnityEngine blackout
return UnityEngine.RectTransform

pauseBread public_oe property

public RectTransform,UnityEngine pauseBread
return UnityEngine.RectTransform

pausePanel public_oe property

public RectTransform,UnityEngine pausePanel
return UnityEngine.RectTransform

pauseText public_oe property

public Text pauseText
return Text

quit public_oe property

public Button quit
return Button

resume public_oe property

public Button resume
return Button