Class DistortionMaterial
- Namespace
- Lime
- Assembly
- Lime.dll
public class DistortionMaterial : IMaterial
- Inheritance
-
DistortionMaterial
- Implements
-
- Inherited Members
-
Constructors
DistortionMaterial()
public DistortionMaterial()
DistortionMaterial(Blending)
public DistortionMaterial(Blending blending)
Parameters
blending
Blending
Properties
BarrelPincushion
[YuzuMember]
public float BarrelPincushion { get; set; }
Property Value
- float
Blending
[YuzuMember]
public Blending Blending { get; set; }
Property Value
- Blending
Blue
[YuzuMember]
public float Blue { get; set; }
Property Value
- float
ChromaticAberration
[YuzuMember]
public float ChromaticAberration { get; set; }
Property Value
- float
Green
[YuzuMember]
public float Green { get; set; }
Property Value
- float
Id
public string Id { get; set; }
Property Value
- string
Opaque
[YuzuMember]
public bool Opaque { get; set; }
Property Value
- bool
PassCount
public int PassCount { get; }
Property Value
- int
Red
[YuzuMember]
public float Red { get; set; }
Property Value
- float
Methods
Apply(int)
public void Apply(int pass)
Parameters
pass
int
Invalidate()