C# 클래스 fliXNA_xbox.FlxTileblock

상속: FlxSprite
파일 보기 프로젝트 열기: jlorek/flxSharp

공개 메소드들

메소드 설명
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.

메소드 상세

FlxTileblock() 공개 메소드

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