C# Class AlbLib.Imaging.AutoGFX

Contains stuff from automap graphics.
显示文件 Open project: IllidanS4/AlbLib

Public Methods

Method Description
GetMapObject ( int index, MinimapType type ) : RawImage

Gets minimap object image.

GetMapObject ( int index, int setindex ) : RawImage

Gets minimap object image.

GetWall ( WallForm form, MinimapType type ) : RawImage

Gets minimap wall image.

GetWall ( WallForm form, int setindex ) : RawImage

Gets minimap wall image.

GetWall ( int index, MinimapType type ) : RawImage

Gets minimap wall image.

GetWall ( int index, int setindex ) : RawImage

Gets minimap wall image.

Private Methods

Method Description
GetObj ( int offset, int setindex ) : RawImage
LoadCache ( int setindex ) : byte[]

Method Details

GetMapObject() public static method

Gets minimap object image.
public static GetMapObject ( int index, MinimapType type ) : RawImage
index int /// Object type index. ///
type MinimapType /// Automap type. ///
return RawImage

GetMapObject() public static method

Gets minimap object image.
public static GetMapObject ( int index, int setindex ) : RawImage
index int /// Object type index. ///
setindex int /// Automap type index. ///
return RawImage

GetWall() public static method

Gets minimap wall image.
public static GetWall ( WallForm form, MinimapType type ) : RawImage
form WallForm /// Formation of wall. ///
type MinimapType /// Automap type. ///
return RawImage

GetWall() public static method

Gets minimap wall image.
public static GetWall ( WallForm form, int setindex ) : RawImage
form WallForm /// Formation of wall. ///
setindex int /// Automap type index. ///
return RawImage

GetWall() public static method

Gets minimap wall image.
public static GetWall ( int index, MinimapType type ) : RawImage
index int /// Formation of wall. ///
type MinimapType /// Automap type. ///
return RawImage

GetWall() public static method

Gets minimap wall image.
public static GetWall ( int index, int setindex ) : RawImage
index int /// Formation of wall. ///
setindex int /// Automap type index. ///
return RawImage