C# Class HappyFunTimesExample.TouchPlayer

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: greggman/hft-unity-gamepad

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider other ) : void

Private Methods

Méthode Description
ChangeName ( object sender, EventArgs e ) : void
Remove ( ) : void
Remove ( object sender, EventArgs e ) : void
SetColor ( Color color ) : void
SetName ( string name ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider other ) : void
other UnityEngine.Collider
Résultat void