![]() |
Paradox Game Engine
v1.0.0 beta06
|
Go to the source code of this file.
Namespaces | |
package | SiliconStudio.Core.IO |
Enumerations | |
enum | SiliconStudio.Core.IO.FileEventChangeType { SiliconStudio.Core.IO.FileEventChangeType.Created = 1, SiliconStudio.Core.IO.FileEventChangeType.Deleted = 2, SiliconStudio.Core.IO.FileEventChangeType.Changed = 4, SiliconStudio.Core.IO.FileEventChangeType.Renamed = 8, SiliconStudio.Core.IO.FileEventChangeType.All = Renamed | Changed | Deleted | Created } |
Change type of file used by FileEvent and DirectoryWatcher. More... | |