C# Class UnityEngine.EventSystems.BaseEventData

A class that contains the base event data that is common to all event types in the new EventSystem.

Inheritance: AbstractEventData
ファイルを表示 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
BaseEventData ( EventSystem eventSystem ) : System

Construct a BaseEventData tied to the passed EventSystem.

Method Details

BaseEventData() public method

Construct a BaseEventData tied to the passed EventSystem.

public BaseEventData ( EventSystem eventSystem ) : System
eventSystem EventSystem
return System