C# Class Alexandria.Engines.DarkSouls.StringArchiveFormat

The AssetFormat for managing a StringArchive.
Inheritance: Glare.Assets.AssetFormat
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

Method Description
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.

Method Details

Load() public method

Load the string archive.
public Load ( AssetLoader loader ) : Asset
loader Glare.Assets.AssetLoader The loader to use.
return Asset

LoadMatch() public method

Attempt to identifier the loader as a string archive.
public LoadMatch ( AssetLoader loader ) : LoadMatchStrength
loader Glare.Assets.AssetLoader The loader to match.
return LoadMatchStrength

StringArchiveFormat() public method

Initialise the format.
public StringArchiveFormat ( Engine engine ) : System
engine Engine The engine to associate with.
return System