C# Class ProgressText, Hellbound

Class currently not in use, but should(or maybe not?) be used for displaying info about picked up object.
Inheritance: MonoBehaviour
ファイルを表示 Open project: Backman/Hellbound Class Usage Examples

Public Methods

Method Description
setText ( string text ) : void

Private Methods

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

Method Details

setText() public method

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