C# Class BBGamelib.CCTouchHandler

Datei anzeigen Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Protected Properties

Property Type Description
_delegate System.Object
_enabledSelectors kCCTouchSelectorFlag
_priority int

Public Methods

Method Description
CCTouchHandler ( System aDelegate, int aPriority ) : UnityEngine

Protected Methods

Method Description
init ( System aDelegate, int aPriority ) : void

Method Details

CCTouchHandler() public method

public CCTouchHandler ( System aDelegate, int aPriority ) : UnityEngine
aDelegate System
aPriority int
return UnityEngine

init() protected method

protected init ( System aDelegate, int aPriority ) : void
aDelegate System
aPriority int
return void

Property Details

_delegate protected_oe property

protected System.Object _delegate
return System.Object

_enabledSelectors protected_oe property

protected kCCTouchSelectorFlag _enabledSelectors
return kCCTouchSelectorFlag

_priority protected_oe property

protected int _priority
return int