C# 클래스 MegaMan.Editor.Bll.ScreenDocument

파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddEntity ( EntityInfo entity, Point location ) : EntityPlacement
AddEntity ( EntityPlacement info ) : void
ChangeTile ( int tile_x, int tile_y, int tile_id ) : void
CleaveVertically ( int leftHalfTileWidth ) : void
GetEntity ( int index ) : EntityPlacement
RemoveEntity ( EntityPlacement info ) : void
Resize ( int width, int height ) : void
ResizeTopLeft ( int width, int height ) : void
ScreenDocument ( ScreenInfo screen, StageDocument stage ) : System
SelectEntity ( int index ) : void
SetSelection ( int tx, int ty, int width, int height ) : void
SeverAllJoins ( ) : void
TileAt ( int x, int y ) : Tile

메소드 상세

AddEntity() 공개 메소드

public AddEntity ( EntityInfo entity, Point location ) : EntityPlacement
entity MegaMan.Common.Entities.EntityInfo
location Point
리턴 MegaMan.Common.EntityPlacement

AddEntity() 공개 메소드

public AddEntity ( EntityPlacement info ) : void
info MegaMan.Common.EntityPlacement
리턴 void

ChangeTile() 공개 메소드

public ChangeTile ( int tile_x, int tile_y, int tile_id ) : void
tile_x int
tile_y int
tile_id int
리턴 void

CleaveVertically() 공개 메소드

public CleaveVertically ( int leftHalfTileWidth ) : void
leftHalfTileWidth int
리턴 void

GetEntity() 공개 메소드

public GetEntity ( int index ) : EntityPlacement
index int
리턴 MegaMan.Common.EntityPlacement

RemoveEntity() 공개 메소드

public RemoveEntity ( EntityPlacement info ) : void
info MegaMan.Common.EntityPlacement
리턴 void

Resize() 공개 메소드

public Resize ( int width, int height ) : void
width int
height int
리턴 void

ResizeTopLeft() 공개 메소드

public ResizeTopLeft ( int width, int height ) : void
width int
height int
리턴 void

ScreenDocument() 공개 메소드

public ScreenDocument ( ScreenInfo screen, StageDocument stage ) : System
screen MegaMan.Common.ScreenInfo
stage StageDocument
리턴 System

SelectEntity() 공개 메소드

public SelectEntity ( int index ) : void
index int
리턴 void

SetSelection() 공개 메소드

public SetSelection ( int tx, int ty, int width, int height ) : void
tx int
ty int
width int
height int
리턴 void

SeverAllJoins() 공개 메소드

public SeverAllJoins ( ) : void
리턴 void

TileAt() 공개 메소드

public TileAt ( int x, int y ) : Tile
x int
y int
리턴 MegaMan.Common.Tile