AssetFileChangedType Enum
Namespace: Stride.Core.Assets.AnalysisAssembly: Stride.Core.Assets.dll
Type of a change event for an asset.
[Flags]
public enum AssetFileChangedType
Fields
| Name | Description |
|---|---|
| Added | An asset was added to the disk |
| AssetEventMask | The asset event mask (Added | Deleted | Updated). |
| Deleted | The asset was deleted from the disk |
| SourceDeleted | The asset import was deleted from the disk |
| SourceEventMask | The source event mask (SourceUpdated | SourceDeleted). |
| SourceUpdated | The asset import was modified on the disk |
| Updated | The asset is updated on the disk |