C# Class Glare.Assets.TextureAsset

A simple Texture asset.
Inheritance: Asset
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

Method Description
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.

Method Details

Browse() public method

Display the texture in a window.
public Browse ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
return System.Windows.Forms.Control

TextureAsset() public method

Initialise the asset.
public TextureAsset ( AssetLoader loader, Glare texture ) : System
loader AssetLoader
texture Glare
return System

TextureAsset() public method

Initialise the asset.
public TextureAsset ( AssetManager manager, string name, Texture texture ) : System
manager AssetManager
name string
texture Texture
return System

TextureAsset() public method

Initialise the asset.
public TextureAsset ( FolderAsset parent, AssetLoader loader, Glare texture ) : System
parent FolderAsset
loader AssetLoader
texture Glare
return System