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

A simple Texture asset.
Наследование: Asset
Показать файл Открыть проект

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

Метод Описание
Browse ( Action progressUpdateCallback = null ) : Control

Display the texture in a window.

TextureAsset ( AssetLoader loader, Glare texture ) : System

Initialise the asset.

TextureAsset ( AssetManager manager, string name, Texture texture ) : System

Initialise the asset.

TextureAsset ( FolderAsset parent, AssetLoader loader, Glare texture ) : System

Initialise the asset.

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

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

Display the texture in a window.
public Browse ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
Результат System.Windows.Forms.Control

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

Initialise the asset.
public TextureAsset ( AssetLoader loader, Glare texture ) : System
loader AssetLoader
texture Glare
Результат System

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

Initialise the asset.
public TextureAsset ( AssetManager manager, string name, Texture texture ) : System
manager AssetManager
name string
texture Texture
Результат System

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

Initialise the asset.
public TextureAsset ( FolderAsset parent, AssetLoader loader, Glare texture ) : System
parent FolderAsset
loader AssetLoader
texture Glare
Результат System