C# 클래스 AlbLib.Mapping.IconGraphics

Used for loading tile images.
파일 보기 프로젝트 열기: IllidanS4/AlbLib

공개 메소드들

메소드 설명
GetTile ( int tileset, int index ) : RawImage

Gets tile graphics using tile index.

GetTileGraphics ( int tileset, int grindex ) : RawImage
GetTileOverlay ( int tileset, Tile tile ) : RawImage

Returns image representing overlay portion of tile.

GetTileUnderlay ( int tileset, Tile tile ) : RawImage

Returns image representing underlay portion of tile.

GetTileset ( int index ) : AlbLib.Imaging.RawImage[]

Loads tileset as an array of RawImages.

비공개 메소드들

메소드 설명
LoadTileset ( int index ) : RawImage[]

메소드 상세

GetTile() 공개 정적인 메소드

Gets tile graphics using tile index.
public static GetTile ( int tileset, int index ) : RawImage
tileset int /// Zero-based tileset index. ///
index int /// Overlay or underlay. ///
리턴 AlbLib.Imaging.RawImage

GetTileGraphics() 공개 정적인 메소드

public static GetTileGraphics ( int tileset, int grindex ) : RawImage
tileset int
grindex int
리턴 AlbLib.Imaging.RawImage

GetTileOverlay() 공개 정적인 메소드

Returns image representing overlay portion of tile.
public static GetTileOverlay ( int tileset, Tile tile ) : RawImage
tileset int /// Zero-based tileset index. ///
tile Tile /// Tile. ///
리턴 AlbLib.Imaging.RawImage

GetTileUnderlay() 공개 정적인 메소드

Returns image representing underlay portion of tile.
public static GetTileUnderlay ( int tileset, Tile tile ) : RawImage
tileset int /// Zero-based tileset index. ///
tile Tile /// Tile. ///
리턴 AlbLib.Imaging.RawImage

GetTileset() 공개 정적인 메소드

Loads tileset as an array of RawImages.
public static GetTileset ( int index ) : AlbLib.Imaging.RawImage[]
index int /// Zero-based tileset index. ///
리턴 AlbLib.Imaging.RawImage[]