Class LineEffect
  
  
  
  
  
  Assembly: Evergine.Components.dll
  Syntax
  
    public class LineEffect : MaterialDecorator
   
  Constructors
  
  LineEffect(Effect)
  
  
  Declaration
  
    public LineEffect(Effect effect)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Effect | 
        effect | 
         | 
      
    
  
  Properties
  
  DiffuseSampler
  
  
  Declaration
  
    public SamplerState DiffuseSampler { get; set; }
   
  Property Value
  
  
  DiffuseTexture
  
  
  Declaration
  
    public Texture DiffuseTexture { get; set; }
   
  Property Value
  
  
  IsCameraAligned
  
  
  Declaration
  
    public bool IsCameraAligned { get; set; }
   
  Property Value
  
  
  TexcoordOffset
  
  
  Declaration
  
    public Vector2 TexcoordOffset { get; set; }
   
  Property Value
  
  
  TextureTiling
  
  
  Declaration
  
    public Vector2 TextureTiling { get; set; }
   
  Property Value
  
  Extension Methods