C# Class IntroLab, 306_project2

Inheritance: MonoBehaviour
Mostrar archivo Open project: ElliotWhiley/306_project2

Public Properties

Property Type Description
text Text

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
clicked ( ) : void
setText ( string msg ) : void
skipped ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

clicked() public method

public clicked ( ) : void
return void

setText() public method

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

skipped() public method

public skipped ( ) : void
return void

Property Details

text public_oe property

public Text text
return Text