C# Class HUDElementEnemy, ES2015C

Base class for all elements in the HUD.
Inheritance: MonoBehaviour
Show file Open project: jgirald/ES2015C

Public Methods

Method Description
HandleClick ( ) : void

Called when the element is clicked on the UI.

Method Details

HandleClick() public method

Called when the element is clicked on the UI.
public HandleClick ( ) : void
return void