C# Class Glare.Assets.ModelAsset

A model asset.
Inheritance: Asset
Show file Open project: Burton-Radons/Alexandria Class Usage Examples

Public Methods

Method Description
Browse ( Action progressUpdateCallback = null ) : Control

Produce a browser for the asset.

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

Initialise the asset.

Method Details

Browse() public method

Produce a browser for the asset.
public Browse ( Action progressUpdateCallback = null ) : Control
progressUpdateCallback Action
return System.Windows.Forms.Control

ModelAsset() public method

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