C# Class AssetPackager.Assets.Asset

Represents a particular asset in the AssetList.
Show file Open project: kpumuk/assetpackager.net

Public Methods

Method Description
Asset ( string name, string path, string group, bool force )

Initializes a new instance of the Asset class.

Method Details

Asset() public method

Initializes a new instance of the Asset class.
public Asset ( string name, string path, string group, bool force )
name string Asset name.
path string Relative asset path to combine.
group string Asset group.
force bool When true, asset will be forced to combine (see ).