Even More Modifiers  1.0.0.0
A mod for rolling various bonus stats on items
ShaderDrawLayer.cs
Go to the documentation of this file.
1 namespace Loot.Api.Graphics.Shader
2 {
3  public enum ShaderDrawLayer
4  {
8  Back,
9 
14  Middle,
15 
19  Front
20  }
21 }
Will draw the shader entity behind other layers
Will draw the shader entity above all layers
Will draw the shader entity above the regular layer but below the glowmask layer