C# Class BBGamelib.CCTouchHandler

Afficher le fichier Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Protected Properties

Свойство Type Description
_delegate System.Object
_enabledSelectors kCCTouchSelectorFlag
_priority int

Méthodes publiques

Méthode Description
CCTouchHandler ( System aDelegate, int aPriority ) : UnityEngine

Méthodes protégées

Méthode Description
init ( System aDelegate, int aPriority ) : void

Method Details

CCTouchHandler() public méthode

public CCTouchHandler ( System aDelegate, int aPriority ) : UnityEngine
aDelegate System
aPriority int
Résultat UnityEngine

init() protected méthode

protected init ( System aDelegate, int aPriority ) : void
aDelegate System
aPriority int
Résultat void

Property Details

_delegate protected_oe property

protected System.Object _delegate
Résultat System.Object

_enabledSelectors protected_oe property

protected kCCTouchSelectorFlag _enabledSelectors
Résultat kCCTouchSelectorFlag

_priority protected_oe property

protected int _priority
Résultat int