次の方法で共有


SKTexture.FromTextureVectorNoise(nfloat, CGSize) メソッド

定義

ランダム化された方向ノイズ データで構成されるテクスチャを作成します。RGB 値は方向ベクトルで構成され、アルファ チャネルは大きさを表します。

[Foundation.Export("textureVectorNoiseWithSmoothness:size:")]
[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 FromTextureVectorNoise (nfloat smoothness, CoreGraphics.CGSize size);
static member FromTextureVectorNoise : nfloat * CoreGraphics.CGSize -> SpriteKit.SKTexture

パラメーター

smoothness
nfloat
size
CGSize

戻り値

属性

適用対象