C# 클래스 AlbLib.Imaging.AutoGFX

Contains stuff from automap graphics.
파일 보기 프로젝트 열기: IllidanS4/AlbLib

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
GetObj ( int offset, int setindex ) : RawImage
LoadCache ( int setindex ) : byte[]

메소드 상세

GetMapObject() 공개 정적인 메소드

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

GetMapObject() 공개 정적인 메소드

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

GetWall() 공개 정적인 메소드

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

GetWall() 공개 정적인 메소드

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

GetWall() 공개 정적인 메소드

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

GetWall() 공개 정적인 메소드

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