C# Class Displayhelp, DreamCatcher

Inheritance: MonoBehaviour
Afficher le fichier Open project: themechanicalturk/DreamCatcher

Méthodes publiques

Свойство Type Description
message string

Méthodes publiques

Méthode Description
OnGUI ( ) : void
OnTriggerEnter2D ( Collider2D other ) : void
OnTriggerExit2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnTriggerEnter2D() public méthode

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
Résultat void

OnTriggerExit2D() public méthode

public OnTriggerExit2D ( Collider2D other ) : void
other UnityEngine.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

message public_oe property

public string message
Résultat string