Enum AssetFileChangedType
Type of a change event for an asset.
[Flags]
public enum AssetFileChangedTypeFields
- Added = 1
- An asset was added to the disk 
- AssetEventMask = Added | Deleted | Updated
- The asset event mask (Added | Deleted | Updated). 
- Deleted = 2
- The asset was deleted from the disk 
- SourceDeleted = 16
- The asset import was deleted from the disk 
- SourceEventMask = SourceUpdated | SourceDeleted
- The source event mask (SourceUpdated | SourceDeleted). 
- SourceUpdated = 8
- The asset import was modified on the disk 
- Updated = 4
- The asset is updated on the disk