C# Class AlbLib.Mapping.Map

Afficher le fichier Open project: IllidanS4/AlbLib

Méthodes publiques

Свойство Type Description
Id int

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
Minimize ( ImageBase source, ImagePalette src, ImagePalette dest ) : RawImage

Method Details

Combine() public méthode

public Combine ( ) : GraphicPlane
Résultat AlbLib.Imaging.GraphicPlane

Combine() public méthode

Combines all tiles to form a graphic plane.
public Combine ( CombineArgs args ) : GraphicPlane
args CombineArgs
Résultat AlbLib.Imaging.GraphicPlane

EnumerateSquares() public méthode

public EnumerateSquares ( ) : IEnumerable
Résultat IEnumerable

IsHelperTile() public static méthode

public static IsHelperTile ( int tileset, int tile ) : bool
tileset int
tile int
Résultat bool

Load() public static méthode

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

Map() public méthode

Loads map from stream.
public Map ( Stream stream ) : System
stream Stream /// Source stream. ///
Résultat System

Map() public méthode

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

Property Details

Id public_oe property

Id of map.
public int Id
Résultat int