C# Class DescriptionWindow, Hellbound

Inheritance: MonoBehaviour
显示文件 Open project: Backman/Hellbound Class Usage Examples

Public Properties

Property Type Description
r_DescriptionLabel UILabel,

Public Methods

Method Description
Start ( ) : void
reset ( ) : void
setDescription ( string text ) : void

Method Details

Start() public method

public Start ( ) : void
return void

reset() public method

public reset ( ) : void
return void

setDescription() public method

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

Property Details

r_DescriptionLabel public_oe property

public UILabel, r_DescriptionLabel
return UILabel,