C# 클래스 BBGamelib.CCTargetedTouchHandler

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

공개 메소드들

메소드 설명
CCTargetedTouchHandler ( System aDelegate, int priority, bool swallowsTouches ) : UnityEngine
init ( System aDelegate, int priority, bool swallowsTouches ) : void

메소드 상세

CCTargetedTouchHandler() 공개 메소드

public CCTargetedTouchHandler ( System aDelegate, int priority, bool swallowsTouches ) : UnityEngine
aDelegate System
priority int
swallowsTouches bool
리턴 UnityEngine

init() 공개 메소드

public init ( System aDelegate, int priority, bool swallowsTouches ) : void
aDelegate System
priority int
swallowsTouches bool
리턴 void