C# Class HappyFunTimesExample.ExampleSimplePlayer

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

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider other ) : void

Private Methods

Méthode Description
ChangeName ( string name ) : void
InitializeNetPlayer ( SpawnInfo spawnInfo ) : void
OnColor ( MessageColor data ) : void
OnGUI ( ) : void
OnMove ( MessageMove data ) : 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