C# 클래스 UnityEngine.EventSystems.BaseEventData

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

상속: AbstractEventData
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
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