Method | Description | |
---|---|---|
AddForcedAssets ( ICollection |
Adds forced assets to the assets list, and then appends assets from groups, that are exists in assets collection.
|
|
AssetList ( string name, bool force, string listType ) : System |
Initializes a new instance of the AssetList class.
|
|
FindAsset ( string relativePath ) : |
Gets an Asset object for specified relative path.
|
|
FindAsset ( string relativePath, string assetNames ) : |
Gets an Asset object for specified relative path whoose name is in the assetNames list.
|
|
FindAssets ( string assetNames ) : ICollection |
Gets a collection of Asset objects using names list.
|
public AddForcedAssets ( ICollection |
||
assets | ICollection |
Assets collection. |
return | ICollection |
public AssetList ( string name, bool force, string listType ) : System | ||
name | string | Set name. |
force | bool | When |
listType | string | Short name of the asset list type (see |
return | System |
public FindAsset ( string relativePath ) : |
||
relativePath | string | Relative asset path to look for. |
return |
public FindAsset ( string relativePath, string assetNames ) : |
||
relativePath | string | Relative asset path to look for. |
assetNames | string | A list of asset names to look where. |
return |
public FindAssets ( string assetNames ) : ICollection |
||
assetNames | string | A list of asset names. |
return | ICollection |