C# Класс Alexandria.Engines.DarkSouls.EffectFormat

Asset format for the Effect.
Наследование: Glare.Assets.AssetFormat
Показать файл Открыть проект

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

Метод Описание
EffectFormat ( Engine engine ) : System

Initialise the format.

Load ( AssetLoader loader ) : Asset

Load the effect.

LoadMatch ( AssetLoader loader ) : LoadMatchStrength

Determine match strength with a loader.

Описание методов

EffectFormat() публичный метод

Initialise the format.
public EffectFormat ( Engine engine ) : System
engine Engine
Результат System

Load() публичный метод

Load the effect.
public Load ( AssetLoader loader ) : Asset
loader Glare.Assets.AssetLoader
Результат Asset

LoadMatch() публичный метод

Determine match strength with a loader.
public LoadMatch ( AssetLoader loader ) : LoadMatchStrength
loader Glare.Assets.AssetLoader
Результат LoadMatchStrength