C# 클래스 Alexandria.Engines.DarkSouls.ParameterDefinition

A definition of a ParameterTable.
상속: Glare.Assets.FolderAsset
파일 보기 프로젝트 열기: Burton-Radons/Alexandria 1 사용 예제들

공개 메소드들

메소드 설명
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