C# Class fliXNA_xbox.FlxTileblock

Inheritance: FlxSprite
Afficher le fichier Open project: jlorek/flxSharp

Méthodes publiques

Méthode Description
FlxTileblock ( float X, float Y, float Width, float Height ) : System

Creates a new rectangular FlxSprite object with specified position and size. Great for walls and floors.

Method Details

FlxTileblock() public méthode

Creates a new rectangular FlxSprite object with specified position and size. Great for walls and floors.
public FlxTileblock ( float X, float Y, float Width, float Height ) : System
X float X position of the block
Y float Y position of the block
Width float Width of the block
Height float Height of the block
Résultat System