C# Class Alexandria.Engines.DarkSouls.ModelFormat

The asset format for processing Models.
Inheritance: Glare.Assets.AssetFormat
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

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

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

LoadMatch() public méthode

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

ModelFormat() public méthode

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