C# Class HappyFunTimesExample.TouchPlayer

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo Open project: greggman/hft-unity-gamepad

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void

Private Methods

Method 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 method

public OnTriggerEnter ( Collider other ) : void
other UnityEngine.Collider
return void