C# 클래스 FairyGUI.EventContext

파일 보기 프로젝트 열기: fairygui/FairyGUI-unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
data object
type string

공개 메소드들

메소드 설명
CaptureTouch ( ) : void

PreventDefault ( ) : void

StopPropagation ( ) : void

비공개 메소드들

메소드 설명
Get ( ) : EventContext
Return ( EventContext value ) : void

메소드 상세

CaptureTouch() 공개 메소드

public CaptureTouch ( ) : void
리턴 void

PreventDefault() 공개 메소드

public PreventDefault ( ) : void
리턴 void

StopPropagation() 공개 메소드

public StopPropagation ( ) : void
리턴 void

프로퍼티 상세

data 공개적으로 프로퍼티

public object data
리턴 object

type 공개적으로 프로퍼티

public string type
리턴 string