C# Класс Glare.Assets.BinaryAsset

A fallback for loading Assets that just contains binary data.
Наследование: Asset
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
BinaryAsset ( AssetManager manager, string name, IList data, int displayOffset ) : System

Initialise the asset.

BinaryAsset ( AssetManager manager, string name, IList data, int start, int count, int displayOffset ) : System

Initialise the asset.

Browse ( Action progressUpdateCallback = null ) : Control

Make a hex browser for the data.

this ( int index ) : byte

Get a byte of the data.

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

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

Initialise the asset.
public BinaryAsset ( AssetManager manager, string name, IList data, int displayOffset ) : System
manager AssetManager
name string
data IList
displayOffset int
Результат System

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

Initialise the asset.
public BinaryAsset ( AssetManager manager, string name, IList data, int start, int count, int displayOffset ) : System
manager AssetManager
name string
data IList
start int
count int
displayOffset int
Результат System

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

Make a hex browser for the data.
public Browse ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
Результат System.Windows.Forms.Control

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

Get a byte of the data.
public this ( int index ) : byte
index int
Результат byte