C# Class DisableOtherUI, thinksy_unity_plugin

Inheritance: MonoBehaviour
ファイルを表示 Open project: senseix/thinksy_unity_plugin

Public Properties

Property Type Description
pauseWhenMenuOpen bool

Public Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
BuildDisabledList ( ) : void
SetOtherCanvasActive ( bool isActive ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

pauseWhenMenuOpen public_oe property

public bool pauseWhenMenuOpen
return bool