Class Perlin
  
  
  
  
  
  
  Assembly: UnityEditor.dll
  Syntax
  
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Perlin()
  
  
  Declaration
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Noise(Single)
  
  
  Declaration
  
    public float Noise(float arg)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Single | arg |  | 
    
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Noise(Single, Single)
  
  
  Declaration
  
    public float Noise(float x, float y)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Noise(Single, Single, Single)
  
  
  Declaration
  
    public float Noise(float x, float y, float z)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  SetSeed(Int32)
  
  
  Declaration
  
    public void SetSeed(int seed)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Int32 | seed |  | 
    
  
  Extension Methods