C# Class BBGamelib.CCFlipY

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

Méthodes publiques

Méthode Description
CCFlipY ( bool y ) : UnityEngine
update ( float dt ) : void

Méthodes protégées

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

Private Methods

Méthode Description
initWithFlipY ( bool y ) : void

Method Details

CCFlipY() public méthode

public CCFlipY ( bool y ) : UnityEngine
y 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