C# Class Alexandria.Engines.DarkSouls.TextureArchiveRecord

A record in a TextureArchive.
Inheritance: Glare.Assets.DataAsset
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
Open ( ) : Stream

Open the texture archive.

Méthodes protégées

Méthode Description
Load ( ) : Asset

Load the texture. This may be stored in a special format; otherwise it is DDS.

Private Methods

Méthode Description
TextureArchiveRecord ( TextureArchive archive, BinaryReader reader, ByteOrder order ) : System

Method Details

Load() protected méthode

Load the texture. This may be stored in a special format; otherwise it is DDS.
protected Load ( ) : Asset
Résultat Asset

Open() public méthode

Open the texture archive.
public Open ( ) : Stream
Résultat Stream