C# Class Glare.Assets.Formats.PcxFormat

Format handler for the PCX graphics file format.
Inheritance: AssetFormat
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Load ( AssetLoader loader ) : Asset

Load the PCX image file.

LoadMatch ( AssetLoader loader ) : LoadMatchStrength

Matches based on the 128-byte header.

Private Methods

Method Description
PcxFormat ( DefaultPlugin plugin ) : System

Method Details

Load() public method

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

LoadMatch() public method

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