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

パラメーター

targetGuid [[TargetGuidByName()]] によって取得できる target の GUID
fileGuid The GUID of the file.
tag The 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.