GKRidgedNoiseSource.Create(Double, nint, Double, Int32) Method
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.
[Foundation.Export("ridgedNoiseSourceWithFrequency:octaveCount:lacunarity:seed:")]
public static GameplayKit.GKRidgedNoiseSource Create (double frequency, nint octaveCount, double lacunarity, int seed);
static member Create : double * nint * double * int -> GameplayKit.GKRidgedNoiseSource
Parameters
- frequency
- Double
- octaveCount
- System.System.IntPtr System.nativeint
- lacunarity
- Double
- seed
- Int32
Returns
- Attributes