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

A record in a TextureArchive.
상속: Glare.Assets.DataAsset
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
Open ( ) : Stream

Open the texture archive.

보호된 메소드들

메소드 설명
Load ( ) : Asset

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

비공개 메소드들

메소드 설명
TextureArchiveRecord ( TextureArchive archive, BinaryReader reader, ByteOrder order ) : System

메소드 상세

Load() 보호된 메소드

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

Open() 공개 메소드

Open the texture archive.
public Open ( ) : Stream
리턴 Stream