Share via


SCNGeometry.SetSpeed(NFloat, NSString) Method

Definition

Deprecated. Developers should use Speed, instead.

[Foundation.Export("setSpeed:forAnimationKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetSpeed(System.Runtime.InteropServices.NFloat speed, Foundation.NSString key);
[<Foundation.Export("setSpeed:forAnimationKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetSpeed : System.Runtime.InteropServices.NFloat * Foundation.NSString -> unit
override this.SetSpeed : System.Runtime.InteropServices.NFloat * Foundation.NSString -> unit

Parameters

speed
NFloat
key
NSString

Implements

Attributes

Applies to