C# Class BBGamelib.CCTargetedTouchHandler

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

Méthodes publiques

Méthode Description
CCTargetedTouchHandler ( System aDelegate, int priority, bool swallowsTouches ) : UnityEngine
init ( System aDelegate, int priority, bool swallowsTouches ) : void

Method Details

CCTargetedTouchHandler() public méthode

public CCTargetedTouchHandler ( System aDelegate, int priority, bool swallowsTouches ) : UnityEngine
aDelegate System
priority int
swallowsTouches bool
Résultat UnityEngine

init() public méthode

public init ( System aDelegate, int priority, bool swallowsTouches ) : void
aDelegate System
priority int
swallowsTouches bool
Résultat void