C# Класс Glare.Assets.Formats.PcxFormat

Format handler for the PCX graphics file format.
Наследование: AssetFormat
Показать файл Открыть проект

Открытые методы

Метод Описание
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