Class DistorterSimplex
  
  A Distorter that randomly distorts points.
 
  
  
    Inheritance
    
    
    DistorterSimplex
   
  
  
  
  Assembly: cs.temp.dll.dll
  
  
    public class DistorterSimplex : Distorter, IComparable<Distorter>
   
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public Vector3 AxisOffset { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public Vector3 AxisSpeed { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public Vector3 AxisStrength { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public float ScaleDistort { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public float ScaleMultiplier { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public float StrengthMultiplier { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public bool UniformScaleDistort { get; set; }
   
  Property Value
  
  Methods
  
  
  
  
  
  
  
  Declaration
  
    protected override Vector3 DistortPointInternal(Vector3 point, float strength)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Vector3 | 
        point | 
         | 
      
      
        | Single | 
        strength | 
         | 
      
    
  
  Returns
  
  Overrides
  
  
  
  
  
  
  
  Declaration
  
    protected override Vector3 DistortScaleInternal(Vector3 point, float strength)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Vector3 | 
        point | 
         | 
      
      
        | Single | 
        strength | 
         | 
      
    
  
  Returns
  
  Overrides
  
  Implements