C# Класс Alexandria.Engines.DarkSouls.ArchiveFormat

The AssetFormat for handling an Archive.
Наследование: Glare.Assets.AssetFormat
Показать файл Открыть проект

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

Метод Описание
ArchiveFormat ( Engine engine ) : System

Initialise the archive format.

Load ( AssetLoader loader ) : Asset

Read the archive from the loader.

LoadMatch ( AssetLoader loader ) : LoadMatchStrength

Get whether the loader matches an archive.

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

Метод Описание
LoadKey ( string filename, string type ) : byte[]

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

ArchiveFormat() публичный метод

Initialise the archive format.
public ArchiveFormat ( Engine engine ) : System
engine Engine The engine to associate with.
Результат System

Load() публичный метод

Read the archive from the loader.
public Load ( AssetLoader loader ) : Asset
loader Glare.Assets.AssetLoader The loader to read from.
Результат Asset

LoadMatch() публичный метод

Get whether the loader matches an archive.
public LoadMatch ( AssetLoader loader ) : LoadMatchStrength
loader Glare.Assets.AssetLoader The loader to test.
Результат LoadMatchStrength