C# Class AssetPackager.Assets.Asset

Represents a particular asset in the AssetList.
Afficher le fichier Open project: kpumuk/assetpackager.net

Méthodes publiques

Méthode Description
Asset ( string name, string path, string group, bool force )

Initializes a new instance of the Asset class.

Method Details

Asset() public méthode

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 ).