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

The AssetFormat for managing a StringArchive.
상속: Glare.Assets.AssetFormat
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
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.

메소드 상세

Load() 공개 메소드

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

LoadMatch() 공개 메소드

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

StringArchiveFormat() 공개 메소드

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