Even More Modifiers  1.0.0.0
A mod for rolling various bonus stats on items
Loot.Api.Graphics.Shader Namespace Reference

Namespaces

namespace  Style
 

Classes

class  ShaderEntity
 Defines a Shader entity, part of GraphicsEntity<T> The entity defines a particular 'shader' "of" the entity and can be drawn appropriately The entity makes use of GraphicsModContent to get art assets More...
 
class  ShaderGraphicsProperties
 Defines the GraphicsProperties for ShaderEntitys which derives from GlowmaskGraphicsProperties More...
 

Enumerations

enum  ShaderDrawLayer { ShaderDrawLayer.Back, ShaderDrawLayer.Middle, ShaderDrawLayer.Front }
 

Enumeration Type Documentation

Enumerator
Back 

Will draw the shader entity behind other layers

Middle 

Will draw the shader entity above the regular layer but below the glowmask layer

Front 

Will draw the shader entity above all layers

Definition at line 3 of file ShaderDrawLayer.cs.

4  {
8  Back,
9 
14  Middle,
15 
19  Front
20  }
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