5 namespace Loot.Api.Graphics.Shader
16 public bool SkipDrawingSubject {
get;
set; }
17 public bool SkipDrawingShader {
get;
set; }
29 Property.SkipDrawingSubject = value.SkipDrawingSubject;
30 Property.SkipDrawingGlowmask = value.SkipDrawingGlowmask;
31 Property.SkipDrawingShader = value.SkipDrawingShader;
37 Property.DrawLayer = drawLayer;
43 Property.ShaderDrawStyle = shaderDrawStyle;
Defines a shader drawstyle used by ShaderEntity
Defines the GraphicsProperties for ShaderEntitys which derives from GlowmaskGraphicsProperties ...
Defines the GraphicsProperties for GlowmaskEntitys which derives from GraphicsProperties ...
ShaderGraphicsPropertiesBuilder SkipDrawing(bool value)
Defines a normal shader draw style
A builder for ShaderGraphicsProperties
ShaderGraphicsPropertiesBuilder SkipDrawingSubject(bool value)
ShaderGraphicsPropertiesBuilder WithDrawLayer(ShaderDrawLayer drawLayer)
ShaderGraphicsPropertiesBuilder SkipDrawingShader(bool value)
ShaderGraphicsPropertiesBuilder WithShaderDrawStyle(ShaderDrawStyle shaderDrawStyle)
ShaderGraphicsPropertiesBuilder SkipDrawingGlowmask(bool val)
Defines an abstract implementation of IPropertyBuilder<T>