Class AutoDepthBounds
  
  
  
    Inheritance
    
    
    
    AutoDepthBounds
   
  
  
  Assembly: Evergine.Framework.dll
  Syntax
  
    [MaterialDecorator("d9736e8c-45e9-4cb4-97ab-a671b03b59b1")]
public class AutoDepthBounds : ComputeTaskDecorator
   
  Constructors
  
  AutoDepthBounds(ComputeTask)
  
  
  Declaration
  
    public AutoDepthBounds(ComputeTask computeTask)
   
  Parameters
  
  
  AutoDepthBounds(Effect)
  
  
  Declaration
  
    public AutoDepthBounds(Effect effect)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Effect | 
        effect | 
         | 
      
    
  
  Properties
  
  Depth
  
  
  Declaration
  
    public Texture Depth { get; set; }
   
  Property Value
  
  
  Output
  
  
  Declaration
  
    public Buffer Output { get; set; }
   
  Property Value
  
  
  Params_DepthRemap
  
  
  Declaration
  
    public Vector2 Params_DepthRemap { get; set; }
   
  Property Value
  
  Extension Methods