C# Class BBGamelib.CCFlipX

Inheritance: CCActionInstant
Afficher le fichier Open project: BigWoodGames/cocos2d-unity

Méthodes publiques

Méthode Description
CCFlipX ( bool x ) : UnityEngine
update ( float dt ) : void

Méthodes protégées

Méthode Description
copyImpl ( ) : CCAction
reverseImpl ( ) : CCAction

Private Methods

Méthode Description
initWithFlipX ( bool x ) : void

Method Details

CCFlipX() public méthode

public CCFlipX ( bool x ) : UnityEngine
x bool
Résultat UnityEngine

copyImpl() protected méthode

protected copyImpl ( ) : CCAction
Résultat CCAction

reverseImpl() protected méthode

protected reverseImpl ( ) : CCAction
Résultat CCAction

update() public méthode

public update ( float dt ) : void
dt float
Résultat void