UIFieldBehavior.CreateTurbulenceField(nfloat, nfloat) Method

Definition

Factory method to create a field that simulates turbulence.

[Foundation.Export("turbulenceFieldWithSmoothness:animationSpeed:")]
public static UIKit.UIFieldBehavior CreateTurbulenceField (nfloat smoothness, nfloat speed);
static member CreateTurbulenceField : nfloat * nfloat -> UIKit.UIFieldBehavior

Parameters

smoothness
nfloat
speed
nfloat

Returns

Attributes

Applies to