C# 클래스 BBGamelib.CCGLView

상속: UIView
파일 보기 프로젝트 열기: BigWoodGames/cocos2d-unity 1 사용 예제들

공개 메소드들

메소드 설명
Awake ( ) : void
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
setFrame ( Rect bounds ) : void
touchesBegan ( HashSet touches ) : void
touchesCancelled ( HashSet touches ) : void
touchesEnded ( HashSet touches ) : void
touchesMoved ( HashSet touches ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

keyDown() 공개 메소드

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

keyUp() 공개 메소드

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

mouseDown() 공개 메소드

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

mouseDragged() 공개 메소드

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

mouseEntered() 공개 메소드

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

mouseExited() 공개 메소드

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

mouseMoved() 공개 메소드

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

mouseUp() 공개 메소드

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

otherMouseDown() 공개 메소드

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

otherMouseDragged() 공개 메소드

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

otherMouseUp() 공개 메소드

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

rightMouseDown() 공개 메소드

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

rightMouseDragged() 공개 메소드

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

rightMouseUp() 공개 메소드

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

scrollWheel() 공개 메소드

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

setFrame() 공개 메소드

public setFrame ( Rect bounds ) : void
bounds UnityEngine.Rect
리턴 void

touchesBegan() 공개 메소드

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

touchesCancelled() 공개 메소드

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

touchesEnded() 공개 메소드

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

touchesMoved() 공개 메소드

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