Show / Hide Table of Contents

Class Perlin

Inheritance
Object
Perlin
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: TreeEditor
Assembly: UnityEditor.dll
Syntax
public class Perlin

Constructors

| Improve this Doc View Source

Perlin()

Declaration
public Perlin()

Methods

| Improve this Doc View Source

Noise(Single)

Declaration
public float Noise(float arg)
Parameters
Type Name Description
Single arg
Returns
Type Description
Single
| Improve this Doc View Source

Noise(Single, Single)

Declaration
public float Noise(float x, float y)
Parameters
Type Name Description
Single x
Single y
Returns
Type Description
Single
| Improve this Doc View Source

Noise(Single, Single, Single)

Declaration
public float Noise(float x, float y, float z)
Parameters
Type Name Description
Single x
Single y
Single z
Returns
Type Description
Single
| Improve this Doc View Source

SetSeed(Int32)

Declaration
public void SetSeed(int seed)
Parameters
Type Name Description
Int32 seed

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX