C# Class UI_CloseState, TestGame

Inheritance: MonoBehaviour, IPointerDownHandler
Show file Open project: liuxq/TestGame

Public Methods

Method Description
OnPointerDown ( PointerEventData eventData ) : void

Private Methods

Method Description
Start ( ) : void

Method Details

OnPointerDown() public method

public OnPointerDown ( PointerEventData eventData ) : void
eventData UnityEngine.EventSystems.PointerEventData
return void