C# Class EssenceClient.Scenes.Menu.FlyingSquare

Inheritance: CCNode
Afficher le fichier Open project: Insality/essence-of-shadows

Méthodes publiques

Méthode Description
FlyingSquare ( int x ) : CocosSharp
OnEnter ( ) : void
Update ( float dt ) : void

Méthodes protégées

Méthode Description
Draw ( ) : void

Method Details

Draw() protected méthode

protected Draw ( ) : void
Résultat void

FlyingSquare() public méthode

public FlyingSquare ( int x ) : CocosSharp
x int
Résultat CocosSharp

OnEnter() public méthode

public OnEnter ( ) : void
Résultat void

Update() public méthode

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