C# Class BBGamelib.CCTargetedTouchHandler

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

Public Methods

Method Description
CCTargetedTouchHandler ( System aDelegate, int priority, bool swallowsTouches ) : UnityEngine
init ( System aDelegate, int priority, bool swallowsTouches ) : void

Method Details

CCTargetedTouchHandler() public method

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

init() public method

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