C# Class Alexandria.Engines.DarkSouls.ModelFormat

The asset format for processing Models.
Inheritance: Glare.Assets.AssetFormat
显示文件 Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Load ( AssetLoader loader ) : Asset

Load the model.

LoadMatch ( AssetLoader loader ) : LoadMatchStrength

Attempt to match this as a model.

ModelFormat ( Engine engine ) : System

Initialise the format.

Method Details

Load() public method

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

LoadMatch() public method

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

ModelFormat() public method

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