Paradox Game Engine  v1.0.0 beta06
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros Pages
VirtualWatcherChangeTypes.cs
Go to the documentation of this file.
1 // Copyright (c) 2014 Silicon Studio Corp. (http://siliconstudio.co.jp)
2 // This file is distributed under GPL v3. See LICENSE.md for details.
3 using System;
4 
5 namespace SiliconStudio.Core.IO
6 {
7  [Flags]
9  {
10  Created = 1,
11 
12  Deleted = 2,
13 
14  Changed = 4,
15 
16  Renamed = 8,
17 
18  All = 15,
19  }
20 }
Flags
Enumeration of the new Assimp's flags.