C# Class NameController, SOFTENG-306-PROJECT-2

Inheritance: MonoBehaviour
Mostra file Open project: gdsl/SOFTENG-306-PROJECT-2 Class Usage Examples

Public Properties

Property Type Description
img GameObject
text Text

Public Methods

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

Method Details

EnterName() public method

public EnterName ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

img public_oe property

public GameObject img
return GameObject

text public_oe property

public Text text
return Text