Метод | Описание | |
---|---|---|
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.
|
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 |
Результат | System |