C# Class Alexandria.Engines.DarkSouls.Effect

An effect file for Dark Souls (extension ".ffx").
Inheritance: Asset
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Browse ( Action progressUpdateCallback = null ) : Control

Produce a rich text document that examines the file.

Private Methods

Method Description
Effect ( AssetLoader loader ) : System
FormatAddress ( int address ) : string
IsIdentifier ( string text, int index ) : bool

Method Details

Browse() public method

Produce a rich text document that examines the file.
public Browse ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
return System.Windows.Forms.Control