C# Class Glare.Assets.FolderAsset

An asset that contains other assets.
Inheritance: Asset
Show file Open project: Burton-Radons/Alexandria Class Usage Examples

Public Methods

Method Description
Browse ( Action progressUpdateCallback = null ) : System.Windows.Forms.Control

Provide a browser that shows the child assets as a tree.

BrowseContents ( Action progressUpdateCallback = null ) : System.Windows.Forms.Control

Provide a browser that shows the child assets as a tree.

FolderAsset ( AssetLoader loader ) : System

Initialise the folder asset.

FolderAsset ( AssetManager manager, string name, string description = null ) : System

Initialise the folder asset.

FolderAsset ( FolderAsset parent, AssetLoader loader ) : System

Initialise the folder asset.

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

Initialise the folder asset.

Method Details

Browse() public method

Provide a browser that shows the child assets as a tree.
public Browse ( Action progressUpdateCallback = null ) : System.Windows.Forms.Control
progressUpdateCallback Action
return System.Windows.Forms.Control

BrowseContents() public method

Provide a browser that shows the child assets as a tree.
public BrowseContents ( Action progressUpdateCallback = null ) : System.Windows.Forms.Control
progressUpdateCallback Action
return System.Windows.Forms.Control

FolderAsset() public method

Initialise the folder asset.
public FolderAsset ( AssetLoader loader ) : System
loader AssetLoader
return System

FolderAsset() public method

Initialise the folder asset.
public FolderAsset ( AssetManager manager, string name, string description = null ) : System
manager AssetManager
name string
description string
return System

FolderAsset() public method

Initialise the folder asset.
public FolderAsset ( FolderAsset parent, AssetLoader loader ) : System
parent FolderAsset
loader AssetLoader
return System

FolderAsset() public method

Initialise the folder asset.
public FolderAsset ( FolderAsset parent, string name, string description = null ) : System
parent FolderAsset
name string
description string
return System