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

A collection of strings indexed by ids.
상속: Asset
파일 보기 프로젝트 열기: Burton-Radons/Alexandria 1 사용 예제들

공개 메소드들

메소드 설명
Browse ( Action progressUpdateCallback = null ) : Control

Browse the string archive as a data grid.

FillContextMenu ( ContextMenuStrip strip ) : void

Add an item to save the string archive to disk.

비공개 메소드들

메소드 설명
StringArchive ( AssetManager manager, BinaryReader reader, string name, long length ) : System

메소드 상세

Browse() 공개 메소드

Browse the string archive as a data grid.
public Browse ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
리턴 System.Windows.Forms.Control

FillContextMenu() 공개 메소드

Add an item to save the string archive to disk.
public FillContextMenu ( ContextMenuStrip strip ) : void
strip System.Windows.Forms.ContextMenuStrip
리턴 void