parent
820bd0c901
commit
8ab1d8d06c
2 changed files with 7 additions and 6 deletions
@ -1,5 +1,6 @@ |
||||
[Flags] |
||||
public enum RenderLayer : uint { |
||||
public enum RenderLayer : uint |
||||
{ |
||||
Default = 1 << 0, |
||||
Outline = 1 << 1, |
||||
} |
||||
|
Loading…
Reference in new issue