C# Class Alexandria.Engines.DarkSouls.EffectFormat

Asset format for the Effect.
Inheritance: Glare.Assets.AssetFormat
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode 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 méthode

Initialise the format.
public EffectFormat ( Engine engine ) : System
engine Engine
Résultat System

Load() public méthode

Load the effect.
public Load ( AssetLoader loader ) : Asset
loader Glare.Assets.AssetLoader
Résultat Asset

LoadMatch() public méthode

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