C# 클래스 Glare.Assets.DataAsset

An asset that can be loaded as binary data, which is then loaded as data.
상속: Asset
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

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

Browse the contents.

BrowseContents ( Action progressUpdateCallback = null ) : Control

Browse the contents.

DataAsset ( FolderAsset parent, string name, string description = null ) : System

Initialise the data asset.

FillContextMenu ( ContextMenuStrip strip ) : void

Fill out a context menu.

Open ( ) : Stream

Open a stream to the data.

OpenReader ( ) : BinaryReader

Open a binary reader for the stream.

OpenReader ( ByteOrder byteOrder ) : BinaryReader

Open a binary reader for the stream.

보호된 메소드들

메소드 설명
Load ( ) : Asset

Load the data.

메소드 상세

Browse() 공개 메소드

Browse the contents.
public Browse ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
리턴 System.Windows.Forms.Control

BrowseContents() 공개 메소드

Browse the contents.
public BrowseContents ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
리턴 System.Windows.Forms.Control

DataAsset() 공개 메소드

Initialise the data asset.
public DataAsset ( FolderAsset parent, string name, string description = null ) : System
parent FolderAsset
name string
description string
리턴 System

FillContextMenu() 공개 메소드

Fill out a context menu.
public FillContextMenu ( ContextMenuStrip strip ) : void
strip System.Windows.Forms.ContextMenuStrip
리턴 void

Load() 보호된 메소드

Load the data.
protected Load ( ) : Asset
리턴 Asset

Open() 공개 추상적인 메소드

Open a stream to the data.
public abstract Open ( ) : Stream
리턴 Stream

OpenReader() 공개 메소드

Open a binary reader for the stream.
public OpenReader ( ) : BinaryReader
리턴 System.IO.BinaryReader

OpenReader() 공개 메소드

Open a binary reader for the stream.
public OpenReader ( ByteOrder byteOrder ) : BinaryReader
byteOrder ByteOrder
리턴 System.IO.BinaryReader