Version: 2017.4
public void AddAssetTagForFile (string targetGuid, string fileGuid, string tag);

パラメーター

targetGuid[[TargetGuidByName()]] によって取得できる target の GUID
fileGuidThe GUID of the file.
tagThe name of the asset tag.

説明

Adds an asset tag for the given file.

The asset tags identify resources that will be downloaded via On Demand Resources functionality. A request for a specific tag will initiate the download of all files, configured for that tag.