Class GradientMaterial
- Namespace
- Lime
- Assembly
- Lime.dll
public class GradientMaterial : IMaterial
- Inheritance
-
GradientMaterial
- Implements
-
- Inherited Members
-
Constructors
GradientMaterial()
public GradientMaterial()
Fields
Blending
Field Value
- Blending
Properties
Angle
[YuzuMember]
public float Angle { get; set; }
Property Value
- float
BlendMode
[YuzuMember]
public GradientMaterialBlendMode BlendMode { get; set; }
Property Value
- GradientMaterialBlendMode
Gradient
[YuzuMember]
public ColorGradient Gradient { get; set; }
Property Value
- ColorGradient
GradientTexture
public Texture2D GradientTexture { get; }
Property Value
- Texture2D
Id
public string Id { get; set; }
Property Value
- string
PassCount
public int PassCount { get; }
Property Value
- int
Methods
Apply(int)
public void Apply(int pass)
Parameters
pass
int
Invalidate()