C# Class TextBox, Adagio

Inheritance: MonoBehaviour
Mostrar archivo Open project: technicalvgda/Adagio Class Usage Examples

Public Properties

Property Type Description
TextButton GameObject,
textBox GameObject
theText Text

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D col ) : void
OnTriggerExit2D ( Collider2D col ) : void
OnTriggerStay2D ( Collider2D c ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D col ) : void
col Collider2D
return void

OnTriggerExit2D() public method

public OnTriggerExit2D ( Collider2D col ) : void
col Collider2D
return void

OnTriggerStay2D() public method

public OnTriggerStay2D ( Collider2D c ) : void
c Collider2D
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

TextButton public_oe property

public GameObject, TextButton
return GameObject,

textBox public_oe property

public GameObject textBox
return GameObject

theText public_oe property

public Text theText
return Text