C# 클래스 HUDElementEnemy, ES2015C

Base class for all elements in the HUD.
상속: MonoBehaviour
파일 보기 프로젝트 열기: jgirald/ES2015C

공개 메소드들

메소드 설명
HandleClick ( ) : void

Called when the element is clicked on the UI.

메소드 상세

HandleClick() 공개 메소드

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