C# Класс Heroes.Core.Battle.Rendering.TextureStore

Наследование: System.IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
_texBar Heroes.Core.Battle.Rendering.TexturePlus
_texBg Heroes.Core.Battle.Rendering.TexturePlus
_texCell Heroes.Core.Battle.Rendering.TexturePlus
_texCellShd Heroes.Core.Battle.Rendering.TexturePlus
_texs System.Collections.Hashtable

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

Метод Описание
Dispose ( ) : void
GetTexture ( Device device, string resName ) : Heroes.Core.Battle.Rendering.TexturePlus
GetTexture ( Device device, string resName, byte res ) : Heroes.Core.Battle.Rendering.TexturePlus
LoadTextures ( Device device, EventHandler progressReport ) : void

Loads new all textures in the settings file that need to be loaded. This can be called multiple times to load different files by changing the paths in the settings object. Probably should make sure textures are not being used at this point ;)

TextureStore ( Device device, EventHandler progressReport ) : System

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

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

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

public GetTexture ( Device device, string resName ) : Heroes.Core.Battle.Rendering.TexturePlus
device Device
resName string
Результат Heroes.Core.Battle.Rendering.TexturePlus

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

public GetTexture ( Device device, string resName, byte res ) : Heroes.Core.Battle.Rendering.TexturePlus
device Device
resName string
res byte
Результат Heroes.Core.Battle.Rendering.TexturePlus

LoadTextures() публичный Метод

Loads new all textures in the settings file that need to be loaded. This can be called multiple times to load different files by changing the paths in the settings object. Probably should make sure textures are not being used at this point ;)
public LoadTextures ( Device device, EventHandler progressReport ) : void
device Device
progressReport EventHandler
Результат void

TextureStore() публичный Метод

public TextureStore ( Device device, EventHandler progressReport ) : System
device Device
progressReport EventHandler
Результат System

Описание свойств

_texBar публичное свойство

public TexturePlus,Heroes.Core.Battle.Rendering _texBar
Результат Heroes.Core.Battle.Rendering.TexturePlus

_texBg публичное свойство

public TexturePlus,Heroes.Core.Battle.Rendering _texBg
Результат Heroes.Core.Battle.Rendering.TexturePlus

_texCell публичное свойство

public TexturePlus,Heroes.Core.Battle.Rendering _texCell
Результат Heroes.Core.Battle.Rendering.TexturePlus

_texCellShd публичное свойство

public TexturePlus,Heroes.Core.Battle.Rendering _texCellShd
Результат Heroes.Core.Battle.Rendering.TexturePlus

_texs публичное свойство

public Hashtable,System.Collections _texs
Результат System.Collections.Hashtable