UIFieldBehavior.AnimationSpeed Property

Definition

In noise and turbulence fields, the multiplier for animation.

public virtual nfloat AnimationSpeed { [Foundation.Export("animationSpeed", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] get; [Foundation.Export("setAnimationSpeed:", ObjCRuntime.ArgumentSemantic.UnsafeUnretained)] set; }
member this.AnimationSpeed : nfloat with get, set

Property Value

For noise and turbulence fields, the default value is 1.0. For other fields, the value is 0.0.

Attributes

Remarks

For noise and turbulence fields, values greater than 1.0 animate the field faster than normal, while a value of 0.0 is not animated at all.

Applies to