Class SDFShadowMaterial
- Namespace
- Lime.SignedDistanceField
- Assembly
- Lime.dll
public class SDFShadowMaterial : IMaterial
- Inheritance
-
SDFShadowMaterial
- Implements
-
- Inherited Members
-
Constructors
SDFShadowMaterial()
public SDFShadowMaterial()
SDFShadowMaterial(Blending)
public SDFShadowMaterial(Blending blending)
Parameters
blending
Blending
Properties
Blending
[YuzuMember]
public Blending Blending { get; set; }
Property Value
- Blending
Color
[YuzuMember]
public Color4 Color { get; set; }
Property Value
- Color4
Dilate
[YuzuMember]
public float Dilate { get; set; }
Property Value
- float
Id
public string Id { get; set; }
Property Value
- string
PassCount
public int PassCount { get; }
Property Value
- int
Softness
[YuzuMember]
public float Softness { get; set; }
Property Value
- float
Methods
Apply(int)
public void Apply(int pass)
Parameters
pass
int
Invalidate()