C# 클래스 Glare.Assets.Formats.PcxFormat

Format handler for the PCX graphics file format.
상속: AssetFormat
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
Load ( AssetLoader loader ) : Asset

Load the PCX image file.

LoadMatch ( AssetLoader loader ) : LoadMatchStrength

Matches based on the 128-byte header.

비공개 메소드들

메소드 설명
PcxFormat ( DefaultPlugin plugin ) : System

메소드 상세

Load() 공개 메소드

Load the PCX image file.
public Load ( AssetLoader loader ) : Asset
loader AssetLoader
리턴 Asset

LoadMatch() 공개 메소드

Matches based on the 128-byte header.
public LoadMatch ( AssetLoader loader ) : LoadMatchStrength
loader AssetLoader
리턴 LoadMatchStrength