C# Class Alexandria.Engines.DarkSouls.Model

A ".flver" file.
Inheritance: Glare.Assets.FolderAsset
Exibir arquivo Open project: Burton-Radons/Alexandria Class Usage Examples

Private Properties

Property Type Description
ExpectedOffset void
Model System

Public Methods

Method Description
Browse ( Action progressUpdateCallback = null ) : Control

Get a ModelBrowser.

BrowseContents ( Action progressUpdateCallback = null ) : Control

Get a ModelBrowser under a bar panel.

Draw ( ModelDrawContext drawContext ) : void

Draw the Model.

Private Methods

Method Description
ExpectedOffset ( AssetLoader loader, long offset, string section ) : void
Model ( AssetLoader loader ) : System

Method Details

Browse() public method

Get a ModelBrowser.
public Browse ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
return System.Windows.Forms.Control

BrowseContents() public method

Get a ModelBrowser under a bar panel.
public BrowseContents ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
return System.Windows.Forms.Control

Draw() public method

Draw the Model.
public Draw ( ModelDrawContext drawContext ) : void
drawContext ModelDrawContext
return void