C# Class ResToggle, 285_02_FA15G2

Inheritance: MonoBehaviour
Afficher le fichier Open project: selu285-2015/285_02_FA15G2

Méthodes publiques

Свойство Type Description
fSC FullScreenCheck
panel GameObject

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
optionFour ( ) : void
optionOne ( ) : void
optionThree ( ) : void
optionTwo ( ) : void
togglePanel ( ) : void

Private Methods

Méthode Description
checkFS ( ) : bool

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

optionFour() public méthode

public optionFour ( ) : void
Résultat void

optionOne() public méthode

public optionOne ( ) : void
Résultat void

optionThree() public méthode

public optionThree ( ) : void
Résultat void

optionTwo() public méthode

public optionTwo ( ) : void
Résultat void

togglePanel() public méthode

public togglePanel ( ) : void
Résultat void

Property Details

fSC public_oe property

public FullScreenCheck fSC
Résultat FullScreenCheck

panel public_oe property

public GameObject panel
Résultat GameObject