C# Class BBGamelib.CCLayerBase

Inheritance: CCNode, CCTouchAllAtOnceDelegate, CCTouchOneByOneDelegate
Datei anzeigen Open project: BigWoodGames/cocos2d-unity

Protected Properties

Property Type Description
_touchEnabled bool
_touchMode kCCTouchesMode
_touchPriority int
_touchSwallow bool

Public Methods

Method Description
ccTouchBegan ( UITouch touch ) : bool
ccTouchCancelled ( UITouch touch ) : void
ccTouchEnded ( UITouch touch ) : void
ccTouchMoved ( UITouch touch ) : void
ccTouchesBegan ( HashSet touches ) : void
ccTouchesCancelled ( HashSet touches ) : void
ccTouchesEnded ( HashSet touches ) : void
ccTouchesMoved ( HashSet touches ) : void
onEnter ( ) : void
onEnterTransitionDidFinish ( ) : void
onExit ( ) : void

Protected Methods

Method Description
init ( ) : void
registerWithTouchDispatcher ( ) : void

Method Details

ccTouchBegan() public method

public ccTouchBegan ( UITouch touch ) : bool
touch UITouch
return bool

ccTouchCancelled() public method

public ccTouchCancelled ( UITouch touch ) : void
touch UITouch
return void

ccTouchEnded() public method

public ccTouchEnded ( UITouch touch ) : void
touch UITouch
return void

ccTouchMoved() public method

public ccTouchMoved ( UITouch touch ) : void
touch UITouch
return void

ccTouchesBegan() public method

public ccTouchesBegan ( HashSet touches ) : void
touches HashSet
return void

ccTouchesCancelled() public method

public ccTouchesCancelled ( HashSet touches ) : void
touches HashSet
return void

ccTouchesEnded() public method

public ccTouchesEnded ( HashSet touches ) : void
touches HashSet
return void

ccTouchesMoved() public method

public ccTouchesMoved ( HashSet touches ) : void
touches HashSet
return void

init() protected method

protected init ( ) : void
return void

onEnter() public method

public onEnter ( ) : void
return void

onEnterTransitionDidFinish() public method

public onEnterTransitionDidFinish ( ) : void
return void

onExit() public method

public onExit ( ) : void
return void

registerWithTouchDispatcher() protected method

protected registerWithTouchDispatcher ( ) : void
return void

Property Details

_touchEnabled protected_oe property

protected bool _touchEnabled
return bool

_touchMode protected_oe property

protected kCCTouchesMode _touchMode
return kCCTouchesMode

_touchPriority protected_oe property

protected int _touchPriority
return int

_touchSwallow protected_oe property

protected bool _touchSwallow
return bool