C# Class HelpText, Hellbound

Inheritance: MonoBehaviour
Exibir arquivo Open project: Backman/Hellbound Class Usage Examples

Public Methods

Method Description
enableHelpText ( bool value ) : void
setHelpText ( string text ) : void

Private Methods

Method Description
Awake ( ) : void
Start ( ) : void

Method Details

enableHelpText() public method

public enableHelpText ( bool value ) : void
value bool
return void

setHelpText() public method

public setHelpText ( string text ) : void
text string
return void