FastSimplexNoise Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FastSimplexNoise() | |
FastSimplexNoise(Int64) |
FastSimplexNoise()
public:
FastSimplexNoise();
public FastSimplexNoise ();
Public Sub New ()
Applies to
FastSimplexNoise(Int64)
public:
FastSimplexNoise(long seed);
public FastSimplexNoise (long seed);
new Microsoft.MixedReality.Toolkit.Utilities.FastSimplexNoise : int64 -> Microsoft.MixedReality.Toolkit.Utilities.FastSimplexNoise
Public Sub New (seed As Long)
Parameters
- seed
- Int64