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

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

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

Метод Описание
Load ( AssetLoader loader ) : Asset

Load the string archive.

LoadMatch ( AssetLoader loader ) : LoadMatchStrength

Attempt to identifier the loader as a string archive.

StringArchiveFormat ( Engine engine ) : System

Initialise the format.

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

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

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

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

Attempt to identifier the loader as a string archive.
public LoadMatch ( AssetLoader loader ) : LoadMatchStrength
loader Glare.Assets.AssetLoader The loader to match.
Результат LoadMatchStrength

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

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