C# 클래스 BBGamelib.CCLayer

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

공개 메소드들

메소드 설명
ccKeyDown ( NSEvent theEvent ) : bool
ccKeyUp ( NSEvent theEvent ) : bool
ccMouseDown ( NSEvent theEvent ) : bool
ccMouseDragged ( NSEvent theEvent ) : bool
ccMouseEntered ( NSEvent theEvent ) : bool
ccMouseExited ( NSEvent theEvent ) : bool
ccMouseMoved ( NSEvent theEvent ) : bool
ccMouseUp ( NSEvent theEvent ) : bool
ccOtherMouseDown ( NSEvent theEvent ) : bool
ccOtherMouseDragged ( NSEvent theEvent ) : bool
ccOtherMouseUp ( NSEvent theEvent ) : bool
ccRightMouseDown ( NSEvent theEvent ) : bool
ccRightMouseDragged ( NSEvent theEvent ) : bool
ccRightMouseUp ( NSEvent theEvent ) : bool
ccScrollWheel ( NSEvent theEvent ) : bool
onEnter ( ) : void
onExit ( ) : void

보호된 메소드들

메소드 설명
init ( ) : void

메소드 상세

ccKeyDown() 공개 메소드

public ccKeyDown ( NSEvent theEvent ) : bool
theEvent NSEvent
리턴 bool

ccKeyUp() 공개 메소드

public ccKeyUp ( NSEvent theEvent ) : bool
theEvent NSEvent
리턴 bool

ccMouseDown() 공개 메소드

public ccMouseDown ( NSEvent theEvent ) : bool
theEvent NSEvent
리턴 bool

ccMouseDragged() 공개 메소드

public ccMouseDragged ( NSEvent theEvent ) : bool
theEvent NSEvent
리턴 bool

ccMouseEntered() 공개 메소드

public ccMouseEntered ( NSEvent theEvent ) : bool
theEvent NSEvent
리턴 bool

ccMouseExited() 공개 메소드

public ccMouseExited ( NSEvent theEvent ) : bool
theEvent NSEvent
리턴 bool

ccMouseMoved() 공개 메소드

public ccMouseMoved ( NSEvent theEvent ) : bool
theEvent NSEvent
리턴 bool

ccMouseUp() 공개 메소드

public ccMouseUp ( NSEvent theEvent ) : bool
theEvent NSEvent
리턴 bool

ccOtherMouseDown() 공개 메소드

public ccOtherMouseDown ( NSEvent theEvent ) : bool
theEvent NSEvent
리턴 bool

ccOtherMouseDragged() 공개 메소드

public ccOtherMouseDragged ( NSEvent theEvent ) : bool
theEvent NSEvent
리턴 bool

ccOtherMouseUp() 공개 메소드

public ccOtherMouseUp ( NSEvent theEvent ) : bool
theEvent NSEvent
리턴 bool

ccRightMouseDown() 공개 메소드

public ccRightMouseDown ( NSEvent theEvent ) : bool
theEvent NSEvent
리턴 bool

ccRightMouseDragged() 공개 메소드

public ccRightMouseDragged ( NSEvent theEvent ) : bool
theEvent NSEvent
리턴 bool

ccRightMouseUp() 공개 메소드

public ccRightMouseUp ( NSEvent theEvent ) : bool
theEvent NSEvent
리턴 bool

ccScrollWheel() 공개 메소드

public ccScrollWheel ( NSEvent theEvent ) : bool
theEvent NSEvent
리턴 bool

init() 보호된 메소드

protected init ( ) : void
리턴 void

onEnter() 공개 메소드

public onEnter ( ) : void
리턴 void

onExit() 공개 메소드

public onExit ( ) : void
리턴 void