C# Класс AssetPackager.Assets.Asset

Represents a particular asset in the AssetList.
Показать файл Открыть проект

Открытые методы

Метод Описание
Asset ( string name, string path, string group, bool force )

Initializes a new instance of the Asset class.

Описание методов

Asset() публичный метод

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