C# Class Alexandria.Engines.DarkSouls.ParameterDefinitionFormat

AssetFormat for a ParameterDefinition.
Inheritance: Glare.Assets.AssetFormat
Show file Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Load ( AssetLoader loader ) : Asset

Load the ParameterDefinition.

LoadMatch ( AssetLoader loader ) : LoadMatchStrength

Attempt to match a ParameterDefinition.

Private Methods

Method Description
ParameterDefinitionFormat ( Engine engine ) : System

Method Details

Load() public method

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

LoadMatch() public method

Attempt to match a ParameterDefinition.
public LoadMatch ( AssetLoader loader ) : LoadMatchStrength
loader Glare.Assets.AssetLoader
return LoadMatchStrength