C# Class Alexandria.Engines.DarkSouls.StringArchiveFormat

The AssetFormat for managing a StringArchive.
Inheritance: Glare.Assets.AssetFormat
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode 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 méthode

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

LoadMatch() public méthode

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

StringArchiveFormat() public méthode

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