C# Class Alexandria.Engines.DarkSouls.TextureArchiveRecord

A record in a TextureArchive.
Inheritance: Glare.Assets.DataAsset
Datei anzeigen Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Open ( ) : Stream

Open the texture archive.

Protected Methods

Method Description
Load ( ) : Asset

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

Private Methods

Method Description
TextureArchiveRecord ( TextureArchive archive, BinaryReader reader, ByteOrder order ) : System

Method Details

Load() protected method

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

Open() public method

Open the texture archive.
public Open ( ) : Stream
return Stream