C# Класс Ultima.Textures

Показать файл Открыть проект

Открытые методы

Метод Описание
GetIdxLength ( ) : int
GetTexture ( int index ) : Bitmap

Returns Bitmap of Texture

GetTexture ( int index, bool &patched ) : Bitmap

Returns Bitmap of Texture with verdata bool

Reload ( ) : void

ReReads texmaps

Remove ( int index ) : void

Removes Texture m_Removed

Replace ( int index, Bitmap bmp ) : void

Replaces Texture

Save ( string path ) : void
TestTexture ( int index ) : bool

Tests if index is valid Texture

Приватные методы

Метод Описание
compareSaveImages ( byte newchecksum, CheckSums &sum ) : bool

Описание методов

GetIdxLength() публичный статический Метод

public static GetIdxLength ( ) : int
Результат int

GetTexture() публичный статический Метод

Returns Bitmap of Texture
public static GetTexture ( int index ) : Bitmap
index int
Результат Bitmap

GetTexture() публичный статический Метод

Returns Bitmap of Texture with verdata bool
public static GetTexture ( int index, bool &patched ) : Bitmap
index int
patched bool
Результат Bitmap

Reload() публичный статический Метод

ReReads texmaps
public static Reload ( ) : void
Результат void

Remove() публичный статический Метод

Removes Texture m_Removed
public static Remove ( int index ) : void
index int
Результат void

Replace() публичный статический Метод

Replaces Texture
public static Replace ( int index, Bitmap bmp ) : void
index int
bmp Bitmap
Результат void

Save() публичный статический Метод

public static Save ( string path ) : void
path string
Результат void

TestTexture() публичный статический Метод

Tests if index is valid Texture
public static TestTexture ( int index ) : bool
index int
Результат bool