C# 클래스 AlbLib.Mapping.Map

파일 보기 프로젝트 열기: IllidanS4/AlbLib

공개 프로퍼티들

프로퍼티 타입 설명
Id int

공개 메소드들

메소드 설명
Combine ( ) : GraphicPlane
Combine ( CombineArgs args ) : GraphicPlane

Combines all tiles to form a graphic plane.

EnumerateSquares ( ) : IEnumerable
IsHelperTile ( int tileset, int tile ) : bool
Load ( int id ) : Map

Loads existing map using in-game ID. (Alt+F2)

Map ( Stream stream ) : System

Loads map from stream.

Map ( int id, Stream stream ) : System

Loads map from stream and assigns an id.

비공개 메소드들

메소드 설명
Minimize ( ImageBase source, ImagePalette src, ImagePalette dest ) : RawImage

메소드 상세

Combine() 공개 메소드

public Combine ( ) : GraphicPlane
리턴 AlbLib.Imaging.GraphicPlane

Combine() 공개 메소드

Combines all tiles to form a graphic plane.
public Combine ( CombineArgs args ) : GraphicPlane
args CombineArgs
리턴 AlbLib.Imaging.GraphicPlane

EnumerateSquares() 공개 메소드

public EnumerateSquares ( ) : IEnumerable
리턴 IEnumerable

IsHelperTile() 공개 정적인 메소드

public static IsHelperTile ( int tileset, int tile ) : bool
tileset int
tile int
리턴 bool

Load() 공개 정적인 메소드

Loads existing map using in-game ID. (Alt+F2)
public static Load ( int id ) : Map
id int
리턴 Map

Map() 공개 메소드

Loads map from stream.
public Map ( Stream stream ) : System
stream Stream /// Source stream. ///
리턴 System

Map() 공개 메소드

Loads map from stream and assigns an id.
public Map ( int id, Stream stream ) : System
id int /// Id of map. ///
stream Stream /// Source stream. ///
리턴 System

프로퍼티 상세

Id 공개적으로 프로퍼티

Id of map.
public int Id
리턴 int