C# Class EssenceClient.Scenes.Menu.FlyingSquare

Inheritance: CCNode
Datei anzeigen Open project: Insality/essence-of-shadows

Public Methods

Method Description
FlyingSquare ( int x ) : CocosSharp
OnEnter ( ) : void
Update ( float dt ) : void

Protected Methods

Method Description
Draw ( ) : void

Method Details

Draw() protected method

protected Draw ( ) : void
return void

FlyingSquare() public method

public FlyingSquare ( int x ) : CocosSharp
x int
return CocosSharp

OnEnter() public method

public OnEnter ( ) : void
return void

Update() public method

public Update ( float dt ) : void
dt float
return void