4 using SiliconStudio.Core.IO;
5 using SiliconStudio.Core.Storage;
7 namespace SiliconStudio.Assets.Analysis
23 ChangeType = changeType;
24 AssetLocation = assetLocation.GetDirectoryAndFileName();
43 public Guid AssetId {
get; set; }
49 public UFile AssetLocation {
get; set; }
An event that notifies the type of disk change for an asset.
AssetFileChangedEvent(Package package, AssetFileChangedType changeType, UFile assetLocation)
Initializes a new instance of the AssetFileChangedEvent class.
AssetFileChangedType
Type of a change event for an asset.
A hash to uniquely identify data.
A package managing assets.
Defines a normalized file path. See UPath for details. This class cannot be inherited.