C# Class TextToggle, ES2015F

Inheritance: MonoBehaviour
Mostra file Open project: jgirald/ES2015F Class Usage Examples

Public Methods

Method Description
Toggle ( ) : void
getValue ( ) : string
isActive ( ) : bool

Private Methods

Method Description
Start ( ) : void
UpdateText ( ) : void

Method Details

Toggle() public method

public Toggle ( ) : void
return void

getValue() public method

public getValue ( ) : string
return string

isActive() public method

public isActive ( ) : bool
return bool