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

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

Private Properties

프로퍼티 타입 설명
ExpectedOffset void
Model System

공개 메소드들

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

Get a ModelBrowser.

BrowseContents ( Action progressUpdateCallback = null ) : Control

Get a ModelBrowser under a bar panel.

Draw ( ModelDrawContext drawContext ) : void

Draw the Model.

비공개 메소드들

메소드 설명
ExpectedOffset ( AssetLoader loader, long offset, string section ) : void
Model ( AssetLoader loader ) : System

메소드 상세

Browse() 공개 메소드

Get a ModelBrowser.
public Browse ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
리턴 System.Windows.Forms.Control

BrowseContents() 공개 메소드

Get a ModelBrowser under a bar panel.
public BrowseContents ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
리턴 System.Windows.Forms.Control

Draw() 공개 메소드

Draw the Model.
public Draw ( ModelDrawContext drawContext ) : void
drawContext ModelDrawContext
리턴 void