TemporalAntiAliasEffect Class
              
              
              Namespace: Stride.Rendering.Images
              Assembly: Stride.Rendering.dll
              
              
              
              
              
              
              
                 Derived from TemporalAntiAliasEffect: 
              
              
              
              
              
                [DataContract("TemporalAntiAliasEffect")]
public class TemporalAntiAliasEffect : ImageEffectShader, IComponent, IReferencable, ICollectorHolder, IScreenSpaceAntiAliasingEffect, IImageEffect, IGraphicsRenderer, IGraphicsRendererBase, IGraphicsRendererCore, IDisposable
               
              
              
              
              
              
                  
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Constructors
              
                
              
              
              
              
              
              TemporalAntiAliasEffect()
              
              
              
              
              
                public TemporalAntiAliasEffect()
               
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Properties
              
                
              
              
              
              
              
              BlendWeightMax
              
              
              
              
              
                public float BlendWeightMax { get; set; }
               
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Single | 
                     | 
                  
                
              
              
              
              
              
              
              BlendWeightMin
              
              
              
              
              
                public float BlendWeightMin { get; set; }
               
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Single | 
                     | 
                  
                
              
              
              
              
              
              
              HistoryBlurAmp
              
              
              
              
              
                public float HistoryBlurAmp { get; set; }
               
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Single | 
                     | 
                  
                
              
              
              
              
              
              
              JitteringMagnitude
              
              
              
              
              
                public float JitteringMagnitude { get; set; }
               
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Single | 
                     | 
                  
                
              
              
              
              
              
              
              LumaContrastFactor
              
              
              
              
              
                public float LumaContrastFactor { get; set; }
               
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Single | 
                     | 
                  
                
              
              
              
              
              
              
              NeedRangeDecompress
              
              
              
              
              
                public bool NeedRangeDecompress { get; }
               
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Boolean | 
                     | 
                  
                
              
              
              
              
              
              
              RequiresDepthBuffer
              
              
              
              
              
                public bool RequiresDepthBuffer { get; }
               
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Boolean | 
                     | 
                  
                
              
              
              
              
              
              
              RequiresVelocityBuffer
              
              
              
              
              
                public bool RequiresVelocityBuffer { get; }
               
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Boolean | 
                     | 
                  
                
              
              
              
              
              
              
              VelocityDecay
              
              
              
              
              
                public float VelocityDecay { get; set; }
               
              
              Property Value
              
                
                  
                    | Type | 
                    Description | 
                  
                
                
                  
                    | System.Single | 
                     | 
                  
                
              
                     
              
                
                  |
                  Improve this Doc
                
                
                  View Source
                
              
              
                Methods
              
                
              
              
              
              
              
              Destroy()
              
              
              
              
              
                protected override void Destroy()
               
              
              Overrides
              
              
              
              
              
              
              DrawCore(RenderDrawContext)
              
              
              
              
              
                protected override void DrawCore(RenderDrawContext context)
               
              
              Parameters
              
              Overrides
              
              
              
              
              
              
              InitializeCore()
              
              
              
              
              
                protected override void InitializeCore()
               
              
              Overrides
              
              
              
              
              
              
              UpdateParameters()
              
              
              
              
              
                protected override void UpdateParameters()
               
              
              Overrides
              
              
              
 
              
               
              
              
              
              
              
              
              Extension Methods