C# Class BBGamelib.CCLayerBase

Inheritance: CCNode, CCTouchAllAtOnceDelegate, CCTouchOneByOneDelegate
Afficher le fichier Open project: BigWoodGames/cocos2d-unity

Protected Properties

Свойство Type Description
_touchEnabled bool
_touchMode kCCTouchesMode
_touchPriority int
_touchSwallow bool

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
init ( ) : void
registerWithTouchDispatcher ( ) : void

Method Details

ccTouchBegan() public méthode

public ccTouchBegan ( UITouch touch ) : bool
touch UITouch
Résultat bool

ccTouchCancelled() public méthode

public ccTouchCancelled ( UITouch touch ) : void
touch UITouch
Résultat void

ccTouchEnded() public méthode

public ccTouchEnded ( UITouch touch ) : void
touch UITouch
Résultat void

ccTouchMoved() public méthode

public ccTouchMoved ( UITouch touch ) : void
touch UITouch
Résultat void

ccTouchesBegan() public méthode

public ccTouchesBegan ( HashSet touches ) : void
touches HashSet
Résultat void

ccTouchesCancelled() public méthode

public ccTouchesCancelled ( HashSet touches ) : void
touches HashSet
Résultat void

ccTouchesEnded() public méthode

public ccTouchesEnded ( HashSet touches ) : void
touches HashSet
Résultat void

ccTouchesMoved() public méthode

public ccTouchesMoved ( HashSet touches ) : void
touches HashSet
Résultat void

init() protected méthode

protected init ( ) : void
Résultat void

onEnter() public méthode

public onEnter ( ) : void
Résultat void

onEnterTransitionDidFinish() public méthode

public onEnterTransitionDidFinish ( ) : void
Résultat void

onExit() public méthode

public onExit ( ) : void
Résultat void

registerWithTouchDispatcher() protected méthode

protected registerWithTouchDispatcher ( ) : void
Résultat void

Property Details

_touchEnabled protected_oe property

protected bool _touchEnabled
Résultat bool

_touchMode protected_oe property

protected kCCTouchesMode _touchMode
Résultat kCCTouchesMode

_touchPriority protected_oe property

protected int _touchPriority
Résultat int

_touchSwallow protected_oe property

protected bool _touchSwallow
Résultat bool