C# Класс Alexandria.Engines.DarkSouls.ParameterDefinition

A definition of a ParameterTable.
Наследование: Glare.Assets.FolderAsset
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
CopyCSharpCodeToClipboard ( object sender, EventArgs args ) : void
CopyJapaneseTextLinesToClipboard ( object sender, EventArgs args ) : void
ParameterDefinition ( AssetLoader loader ) : System

Описание методов

Browse() публичный Метод

Get a control to browse the object.
public Browse ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
Результат System.Windows.Forms.Control

BrowseContents() публичный Метод

Get a control to browse the contents of the object.
public BrowseContents ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
Результат System.Windows.Forms.Control

FillContextMenu() публичный Метод

Add elements to the context menu.
public FillContextMenu ( ContextMenuStrip strip ) : void
strip System.Windows.Forms.ContextMenuStrip
Результат void