Share via


SCNNode.ResumeAnimation Method

Definition

Overloads

Name Description
ResumeAnimation(NSString)
ResumeAnimation(String)

Resumes the animation that is identified by the provided key.

ResumeAnimation(NSString)

[Foundation.Export("resumeAnimationForKey:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ResumeAnimation(Foundation.NSString key);
[<Foundation.Export("resumeAnimationForKey:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResumeAnimation : Foundation.NSString -> unit
override this.ResumeAnimation : Foundation.NSString -> unit

Parameters

key
NSString

Implements

Attributes

Applies to

ResumeAnimation(String)

Resumes the animation that is identified by the provided key.

public void ResumeAnimation(string key);
member this.ResumeAnimation : string -> unit

Parameters

key
String

The key of the animation to resume.

Applies to