Class DistorterBulge
  
  A Distorter that distorts points based on their distance and direction from the center of the
bulge point.
 
  
  
    Inheritance
    
    
    DistorterBulge
   
  
  
  
  Assembly: cs.temp.dll.dll
  
  
    public class DistorterBulge : Distorter, IComparable<Distorter>
   
  
  
  Properties
  
  
  
  
  
  
  
  Declaration
  
    public AnimationCurve BulgeFalloff { get; set; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | AnimationCurve | 
         | 
      
    
  
  
  
  
  
  
  
  Declaration
  
    public Vector3 BulgeLocalCenter { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public float BulgeRadius { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public float BulgeStrength { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public Vector3 BulgeWorldCenter { get; set; }
   
  Property Value
  
  
  
  
  
  
  
  Declaration
  
    public float ScaleDistort { 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