C# Class fliXNA_xbox.FlxTileblock

Inheritance: FlxSprite
Datei anzeigen Open project: jlorek/flxSharp

Public Methods

Method 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 method

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
return System