C# 클래스 Tibialyzer.OutfiterManager

파일 보기 프로젝트 열기: Mytherin/Tibialyzer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
outfitColors List
outfiterMountNames List
outfiterNoAddons List
outfiterOutfitNames List

공개 메소드들

메소드 설명
ColorIndex ( int x, int y ) : int
GenerateColorImage ( int pressedIndex ) : Bitmap
GetColor ( int color ) : Color
Initialize ( ) : void
MountSheet ( int mount ) : Bitmap
OutfitHasNoAddons ( int outfit ) : bool
OutfitSheet ( int outfit, Gender gender ) : Bitmap

메소드 상세

ColorIndex() 공개 정적인 메소드

public static ColorIndex ( int x, int y ) : int
x int
y int
리턴 int

GenerateColorImage() 공개 정적인 메소드

public static GenerateColorImage ( int pressedIndex ) : Bitmap
pressedIndex int
리턴 System.Drawing.Bitmap

GetColor() 공개 정적인 메소드

public static GetColor ( int color ) : Color
color int
리턴 Color

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

MountSheet() 공개 정적인 메소드

public static MountSheet ( int mount ) : Bitmap
mount int
리턴 System.Drawing.Bitmap

OutfitHasNoAddons() 공개 정적인 메소드

public static OutfitHasNoAddons ( int outfit ) : bool
outfit int
리턴 bool

OutfitSheet() 공개 정적인 메소드

public static OutfitSheet ( int outfit, Gender gender ) : Bitmap
outfit int
gender Gender
리턴 System.Drawing.Bitmap

프로퍼티 상세

outfitColors 공개적으로 정적으로 프로퍼티

public static List outfitColors
리턴 List

outfiterMountNames 공개적으로 정적으로 프로퍼티

public static List outfiterMountNames
리턴 List

outfiterNoAddons 공개적으로 정적으로 프로퍼티

public static List outfiterNoAddons
리턴 List

outfiterOutfitNames 공개적으로 정적으로 프로퍼티

public static List outfiterOutfitNames
리턴 List