C# Class Alexandria.Engines.DarkSouls.ParameterDefinition

A definition of a ParameterTable.
Inheritance: Glare.Assets.FolderAsset
Datei anzeigen Open project: Burton-Radons/Alexandria Class Usage Examples

Public Methods

Method Description
Browse ( Action progressUpdateCallback = null ) : Control

Get a control to browse the object.

BrowseContents ( Action progressUpdateCallback = null ) : Control

Get a control to browse the contents of the object.

FillContextMenu ( ContextMenuStrip strip ) : void

Add elements to the context menu.

Private Methods

Method Description
CopyCSharpCodeToClipboard ( object sender, EventArgs args ) : void
CopyJapaneseTextLinesToClipboard ( object sender, EventArgs args ) : void
ParameterDefinition ( AssetLoader loader ) : System

Method Details

Browse() public method

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

BrowseContents() public method

Get a control to browse the contents of the object.
public BrowseContents ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
return System.Windows.Forms.Control

FillContextMenu() public method

Add elements to the context menu.
public FillContextMenu ( ContextMenuStrip strip ) : void
strip System.Windows.Forms.ContextMenuStrip
return void