C# 클래스 Treefrog.Framework.Model.StaticTileBrush

상속: TileBrush
파일 보기 프로젝트 열기: jaquadro/Treefrog 1 사용 예제들

공개 메소드들

메소드 설명
AddTile ( TileCoord coord, Tile tile ) : void
ApplyBrush ( TileGridLayer tileLayer, int x, int y ) : void
Clear ( ) : void
ClearTile ( TileCoord coord ) : void
FromXProxy ( LibraryX proxy, TilePoolManager manager ) : StaticTileBrush
MakePreview ( ) : TextureResource
MakePreview ( int maxWidth, int maxHeight ) : TextureResource
Normalize ( ) : void
RemoveTile ( TileCoord coord, Tile tile ) : void
StaticTileBrush ( string name, int tileWidth, int tileHeight ) : System
ToXProxy ( StaticTileBrush brush ) : LibraryX.StaticTileBrushX

비공개 메소드들

메소드 설명
ResetExtants ( ) : void
StaticTileBrush ( LibraryX proxy, TilePoolManager manager ) : System
UpdateExtants ( TileCoord coord ) : void

메소드 상세

AddTile() 공개 메소드

public AddTile ( TileCoord coord, Tile tile ) : void
coord TileCoord
tile Tile
리턴 void

ApplyBrush() 공개 메소드

public ApplyBrush ( TileGridLayer tileLayer, int x, int y ) : void
tileLayer TileGridLayer
x int
y int
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ClearTile() 공개 메소드

public ClearTile ( TileCoord coord ) : void
coord TileCoord
리턴 void

FromXProxy() 공개 정적인 메소드

public static FromXProxy ( LibraryX proxy, TilePoolManager manager ) : StaticTileBrush
proxy LibraryX
manager TilePoolManager
리턴 StaticTileBrush

MakePreview() 공개 메소드

public MakePreview ( ) : TextureResource
리턴 Treefrog.Framework.Imaging.TextureResource

MakePreview() 공개 메소드

public MakePreview ( int maxWidth, int maxHeight ) : TextureResource
maxWidth int
maxHeight int
리턴 Treefrog.Framework.Imaging.TextureResource

Normalize() 공개 메소드

public Normalize ( ) : void
리턴 void

RemoveTile() 공개 메소드

public RemoveTile ( TileCoord coord, Tile tile ) : void
coord TileCoord
tile Tile
리턴 void

StaticTileBrush() 공개 메소드

public StaticTileBrush ( string name, int tileWidth, int tileHeight ) : System
name string
tileWidth int
tileHeight int
리턴 System

ToXProxy() 공개 정적인 메소드

public static ToXProxy ( StaticTileBrush brush ) : LibraryX.StaticTileBrushX
brush StaticTileBrush
리턴 LibraryX.StaticTileBrushX