C# Class Alexandria.Engines.DarkSouls.TextureArchive

A collection of textures.
Inheritance: Glare.Assets.FolderAsset
显示文件 Open project: Burton-Radons/Alexandria Class Usage Examples

Public Methods

Method Description
Browse ( Action progressUpdateCallback = null ) : Control

Create a browser for the archive. If this contains just one texture, then it is browsed.

Private Methods

Method Description
TextureArchive ( AssetManager manager, BinaryReader reader, string name ) : System

Method Details

Browse() public method

Create a browser for the archive. If this contains just one texture, then it is browsed.
public Browse ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
return System.Windows.Forms.Control