SKTexture.FromTextureNoise(nfloat, CGSize, Boolean) Method

Definition

[Foundation.Export("textureNoiseWithSmoothness:size:grayscale:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public static SpriteKit.SKTexture FromTextureNoise (nfloat smoothness, CoreGraphics.CGSize size, bool grayscale);
static member FromTextureNoise : nfloat * CoreGraphics.CGSize * bool -> SpriteKit.SKTexture

Parameters

smoothness
nfloat
size
CGSize
grayscale
Boolean

Returns

Attributes

Applies to