C# Class Alexandria.Engines.Sciagi.Resources.View

A view resource, which is a collection of animations.
Inheritance: ResourceData
Exibir arquivo Open project: Burton-Radons/Alexandria Class Usage Examples

Public Methods

Method Description
Browse ( Action progressUpdateCallback = null ) : System.Windows.Forms.Control

Create a control to browse the view.

Private Methods

Method Description
FindAnimation ( AssetLoader loader, ushort offset ) : ViewAnimation
FindCell ( AssetLoader loader, ushort offset ) : ViewCell
View ( AssetLoader loader ) : System

Method Details

Browse() public method

Create a control to browse the view.
public Browse ( Action progressUpdateCallback = null ) : System.Windows.Forms.Control
progressUpdateCallback Action
return System.Windows.Forms.Control