C# Class Alexandria.Engines.DarkSouls.EffectFormat

Asset format for the Effect.
Inheritance: Glare.Assets.AssetFormat
Datei anzeigen Open project: Burton-Radons/Alexandria

Public Methods

Method Description
EffectFormat ( Engine engine ) : System

Initialise the format.

Load ( AssetLoader loader ) : Asset

Load the effect.

LoadMatch ( AssetLoader loader ) : LoadMatchStrength

Determine match strength with a loader.

Method Details

EffectFormat() public method

Initialise the format.
public EffectFormat ( Engine engine ) : System
engine Engine
return System

Load() public method

Load the effect.
public Load ( AssetLoader loader ) : Asset
loader Glare.Assets.AssetLoader
return Asset

LoadMatch() public method

Determine match strength with a loader.
public LoadMatch ( AssetLoader loader ) : LoadMatchStrength
loader Glare.Assets.AssetLoader
return LoadMatchStrength