C# 클래스 FairyGUI.TouchInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
began bool
button int
clickCancelled bool
clickCount int
downTargets List
downX float
downY float
evt FairyGUI.InputEvent
keyCode KeyCode
lastClickTime float
lastRollOver DisplayObject
modifiers EventModifiers
mouseWheelDelta int
target DisplayObject
touchEndMonitors List
touchId int
x float
y float

공개 메소드들

메소드 설명
ClickTest ( ) : DisplayObject
Reset ( ) : void
TouchInfo ( ) : System.Collections.Generic
UpdateEvent ( ) : void
begin ( ) : void
end ( ) : void

메소드 상세

ClickTest() 공개 메소드

public ClickTest ( ) : DisplayObject
리턴 DisplayObject

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

TouchInfo() 공개 메소드

public TouchInfo ( ) : System.Collections.Generic
리턴 System.Collections.Generic

UpdateEvent() 공개 메소드

public UpdateEvent ( ) : void
리턴 void

begin() 공개 메소드

public begin ( ) : void
리턴 void

end() 공개 메소드

public end ( ) : void
리턴 void

프로퍼티 상세

began 공개적으로 프로퍼티

public bool began
리턴 bool

button 공개적으로 프로퍼티

public int button
리턴 int

clickCancelled 공개적으로 프로퍼티

public bool clickCancelled
리턴 bool

clickCount 공개적으로 프로퍼티

public int clickCount
리턴 int

downTargets 공개적으로 프로퍼티

public List downTargets
리턴 List

downX 공개적으로 프로퍼티

public float downX
리턴 float

downY 공개적으로 프로퍼티

public float downY
리턴 float

evt 공개적으로 프로퍼티

public InputEvent,FairyGUI evt
리턴 FairyGUI.InputEvent

keyCode 공개적으로 프로퍼티

public KeyCode keyCode
리턴 KeyCode

lastClickTime 공개적으로 프로퍼티

public float lastClickTime
리턴 float

lastRollOver 공개적으로 프로퍼티

public DisplayObject,FairyGUI lastRollOver
리턴 DisplayObject

modifiers 공개적으로 프로퍼티

public EventModifiers modifiers
리턴 EventModifiers

mouseWheelDelta 공개적으로 프로퍼티

public int mouseWheelDelta
리턴 int

target 공개적으로 프로퍼티

public DisplayObject,FairyGUI target
리턴 DisplayObject

touchEndMonitors 공개적으로 프로퍼티

public List touchEndMonitors
리턴 List

touchId 공개적으로 프로퍼티

public int touchId
리턴 int

x 공개적으로 프로퍼티

public float x
리턴 float

y 공개적으로 프로퍼티

public float y
리턴 float