C# 클래스 BBGamelib.CCTouchHandler

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

보호된 프로퍼티들

프로퍼티 타입 설명
_delegate System.Object
_enabledSelectors kCCTouchSelectorFlag
_priority int

공개 메소드들

메소드 설명
CCTouchHandler ( System aDelegate, int aPriority ) : UnityEngine

보호된 메소드들

메소드 설명
init ( System aDelegate, int aPriority ) : void

메소드 상세

CCTouchHandler() 공개 메소드

public CCTouchHandler ( System aDelegate, int aPriority ) : UnityEngine
aDelegate System
aPriority int
리턴 UnityEngine

init() 보호된 메소드

protected init ( System aDelegate, int aPriority ) : void
aDelegate System
aPriority int
리턴 void

프로퍼티 상세

_delegate 보호되어 있는 프로퍼티

protected System.Object _delegate
리턴 System.Object

_enabledSelectors 보호되어 있는 프로퍼티

protected kCCTouchSelectorFlag _enabledSelectors
리턴 kCCTouchSelectorFlag

_priority 보호되어 있는 프로퍼티

protected int _priority
리턴 int