C# Класс UnityEngine.EventSystems.BaseEventData

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

Наследование: AbstractEventData
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
BaseEventData ( EventSystem eventSystem ) : System

Construct a BaseEventData tied to the passed EventSystem.

Описание методов

BaseEventData() публичный Метод

Construct a BaseEventData tied to the passed EventSystem.

public BaseEventData ( EventSystem eventSystem ) : System
eventSystem EventSystem
Результат System