Class FXAAMaterial
- Namespace
- Lime
- Assembly
- Lime.dll
public class FXAAMaterial : IMaterial
- Inheritance
-
FXAAMaterial
- Implements
-
- Inherited Members
-
Constructors
FXAAMaterial()
FXAAMaterial(Blending)
public FXAAMaterial(Blending blending)
Parameters
blending
Blending
Properties
Blending
[YuzuMember]
public Blending Blending { get; set; }
Property Value
- Blending
Id
public string Id { get; set; }
Property Value
- string
LumaTreshold
[YuzuMember]
public float LumaTreshold { get; set; }
Property Value
- float
MaxSpan
[YuzuMember]
public float MaxSpan { get; set; }
Property Value
- float
MinReduce
[YuzuMember]
public float MinReduce { get; set; }
Property Value
- float
MulReduce
[YuzuMember]
public float MulReduce { get; set; }
Property Value
- float
Opaque
[YuzuMember]
public bool Opaque { get; set; }
Property Value
- bool
PassCount
public int PassCount { get; }
Property Value
- int
TexelStep
[YuzuMember]
public Vector2 TexelStep { get; set; }
Property Value
- Vector2
Methods
Apply(int)
public void Apply(int pass)
Parameters
pass
int
Invalidate()