C# Class Alexandria.Engines.DarkSouls.ParameterDefinition

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

Méthodes publiques

Méthode 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

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

Method Details

Browse() public méthode

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

BrowseContents() public méthode

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

FillContextMenu() public méthode

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