C# Class HappyFunTimesExample.ExampleCharacterSelectPlayer

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 ( string name ) : void
Init ( ) : void
InitializeFromCharacterSelect ( ExampleCharacterSelect startInfo ) : void
OnGUI ( ) : void
OnMove ( MessageMove data ) : void
RandInt ( int max ) : int
Remove ( object sender, System 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