GKNoise.Add(GKNoise) 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.
Adds the values produced by to this
.
[Foundation.Export("addWithNoise:")]
public virtual void Add (GameplayKit.GKNoise noise);
abstract member Add : GameplayKit.GKNoise -> unit
override this.Add : GameplayKit.GKNoise -> unit
Parameters
- noise
- GKNoise
- Attributes
Remarks
Adding noise values can result in values outside the valid range of [-1.0, 1.0]. Developers should use RemapValuesToCurve(NSDictionary<NSNumber,NSNumber>) as necessary to ensure that values stay within this range.