C# Class ResToggle, 285_02_FA15G2

Inheritance: MonoBehaviour
显示文件 Open project: selu285-2015/285_02_FA15G2

Public Properties

Property Type Description
fSC FullScreenCheck
panel GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
optionFour ( ) : void
optionOne ( ) : void
optionThree ( ) : void
optionTwo ( ) : void
togglePanel ( ) : void

Private Methods

Method Description
checkFS ( ) : bool

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

optionFour() public method

public optionFour ( ) : void
return void

optionOne() public method

public optionOne ( ) : void
return void

optionThree() public method

public optionThree ( ) : void
return void

optionTwo() public method

public optionTwo ( ) : void
return void

togglePanel() public method

public togglePanel ( ) : void
return void

Property Details

fSC public_oe property

public FullScreenCheck fSC
return FullScreenCheck

panel public_oe property

public GameObject panel
return GameObject