Share via


UIFieldBehavior.CreateTurbulenceField(NFloat, NFloat) Method

Definition

Factory method to create a field that simulates turbulence.

[Foundation.Export("turbulenceFieldWithSmoothness:animationSpeed:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UIFieldBehavior CreateTurbulenceField(System.Runtime.InteropServices.NFloat smoothness, System.Runtime.InteropServices.NFloat speed);
[<Foundation.Export("turbulenceFieldWithSmoothness:animationSpeed:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateTurbulenceField : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> UIKit.UIFieldBehavior

Parameters

smoothness
NFloat
speed
NFloat

Returns

Attributes

Applies to