C# 클래스 BBGamelib.UIView

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: BigWoodGames/cocos2d-unity

공개 메소드들

메소드 설명
keyDown ( NSEvent theEvent ) : void
keyUp ( NSEvent theEvent ) : void
mouseDown ( NSEvent theEvent ) : void
mouseDragged ( NSEvent theEvent ) : void
mouseEntered ( NSEvent theEvent ) : void
mouseExited ( NSEvent theEvent ) : void
mouseMoved ( NSEvent theEvent ) : void
mouseUp ( NSEvent theEvent ) : void
otherMouseDown ( NSEvent theEvent ) : void
otherMouseDragged ( NSEvent theEvent ) : void
otherMouseUp ( NSEvent theEvent ) : void
rightMouseDown ( NSEvent theEvent ) : void
rightMouseDragged ( NSEvent theEvent ) : void
rightMouseUp ( NSEvent theEvent ) : void
scrollWheel ( NSEvent theEvent ) : void
touchesBegan ( HashSet touches ) : void
touchesCancelled ( HashSet touches ) : void
touchesEnded ( HashSet touches ) : void
touchesMoved ( HashSet touches ) : void

메소드 상세

keyDown() 공개 추상적인 메소드

public abstract keyDown ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

keyUp() 공개 추상적인 메소드

public abstract keyUp ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

mouseDown() 공개 추상적인 메소드

public abstract mouseDown ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

mouseDragged() 공개 추상적인 메소드

public abstract mouseDragged ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

mouseEntered() 공개 추상적인 메소드

public abstract mouseEntered ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

mouseExited() 공개 추상적인 메소드

public abstract mouseExited ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

mouseMoved() 공개 추상적인 메소드

public abstract mouseMoved ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

mouseUp() 공개 추상적인 메소드

public abstract mouseUp ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

otherMouseDown() 공개 추상적인 메소드

public abstract otherMouseDown ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

otherMouseDragged() 공개 추상적인 메소드

public abstract otherMouseDragged ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

otherMouseUp() 공개 추상적인 메소드

public abstract otherMouseUp ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

rightMouseDown() 공개 추상적인 메소드

public abstract rightMouseDown ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

rightMouseDragged() 공개 추상적인 메소드

public abstract rightMouseDragged ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

rightMouseUp() 공개 추상적인 메소드

public abstract rightMouseUp ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

scrollWheel() 공개 추상적인 메소드

public abstract scrollWheel ( NSEvent theEvent ) : void
theEvent NSEvent
리턴 void

touchesBegan() 공개 추상적인 메소드

public abstract touchesBegan ( HashSet touches ) : void
touches HashSet
리턴 void

touchesCancelled() 공개 추상적인 메소드

public abstract touchesCancelled ( HashSet touches ) : void
touches HashSet
리턴 void

touchesEnded() 공개 추상적인 메소드

public abstract touchesEnded ( HashSet touches ) : void
touches HashSet
리턴 void

touchesMoved() 공개 추상적인 메소드

public abstract touchesMoved ( HashSet touches ) : void
touches HashSet
리턴 void