C# Class Glare.Assets.Formats.PcxFormat

Format handler for the PCX graphics file format.
Inheritance: AssetFormat
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
Load ( AssetLoader loader ) : Asset

Load the PCX image file.

LoadMatch ( AssetLoader loader ) : LoadMatchStrength

Matches based on the 128-byte header.

Private Methods

Méthode Description
PcxFormat ( DefaultPlugin plugin ) : System

Method Details

Load() public méthode

Load the PCX image file.
public Load ( AssetLoader loader ) : Asset
loader AssetLoader
Résultat Asset

LoadMatch() public méthode

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