C# 클래스 Alexandria.Engines.DarkSouls.ArchiveFormat

The AssetFormat for handling an Archive.
상속: Glare.Assets.AssetFormat
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
ArchiveFormat ( Engine engine ) : System

Initialise the archive format.

Load ( AssetLoader loader ) : Asset

Read the archive from the loader.

LoadMatch ( AssetLoader loader ) : LoadMatchStrength

Get whether the loader matches an archive.

비공개 메소드들

메소드 설명
LoadKey ( string filename, string type ) : byte[]

메소드 상세

ArchiveFormat() 공개 메소드

Initialise the archive format.
public ArchiveFormat ( Engine engine ) : System
engine Engine The engine to associate with.
리턴 System

Load() 공개 메소드

Read the archive from the loader.
public Load ( AssetLoader loader ) : Asset
loader Glare.Assets.AssetLoader The loader to read from.
리턴 Asset

LoadMatch() 공개 메소드

Get whether the loader matches an archive.
public LoadMatch ( AssetLoader loader ) : LoadMatchStrength
loader Glare.Assets.AssetLoader The loader to test.
리턴 LoadMatchStrength