C# Class SpriteEditor.seInstructions.ChangeGrid

Summary description for ChangeGrid.
Inheritance: FrbInstruction
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
ChangeGrid ( SpriteGrid referenceGrid, float x, float y, float z, long TimeToExecute ) : System
Execute ( ) : void

Method Details

ChangeGrid() public méthode

public ChangeGrid ( SpriteGrid referenceGrid, float x, float y, float z, long TimeToExecute ) : System
referenceGrid SpriteGrid
x float
y float
z float
TimeToExecute long
Résultat System

Execute() public méthode

public Execute ( ) : void
Résultat void