C# Class TextBox, Adagio

Inheritance: MonoBehaviour
Afficher le fichier Open project: technicalvgda/Adagio Class Usage Examples

Méthodes publiques

Свойство Type Description
TextButton GameObject,
textBox GameObject
theText Text

Méthodes publiques

Méthode Description
OnTriggerEnter2D ( Collider2D col ) : void
OnTriggerExit2D ( Collider2D col ) : void
OnTriggerStay2D ( Collider2D c ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter2D() public méthode

public OnTriggerEnter2D ( Collider2D col ) : void
col Collider2D
Résultat void

OnTriggerExit2D() public méthode

public OnTriggerExit2D ( Collider2D col ) : void
col Collider2D
Résultat void

OnTriggerStay2D() public méthode

public OnTriggerStay2D ( Collider2D c ) : void
c Collider2D
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

TextButton public_oe property

public GameObject, TextButton
Résultat GameObject,

textBox public_oe property

public GameObject textBox
Résultat GameObject

theText public_oe property

public Text theText
Résultat Text