Share via


SCNNode.IsAnimationPaused Method

Definition

Overloads

Name Description
IsAnimationPaused(NSString)
IsAnimationPaused(String)

Returns a Boolean value that tells whether the animation that is identified by the specified key is paused.

IsAnimationPaused(NSString)

[Foundation.Export("isAnimationForKeyPaused:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsAnimationPaused(Foundation.NSString key);
[<Foundation.Export("isAnimationForKeyPaused:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member IsAnimationPaused : Foundation.NSString -> bool
override this.IsAnimationPaused : Foundation.NSString -> bool

Parameters

key
NSString

Returns

Implements

Attributes

Applies to

IsAnimationPaused(String)

Returns a Boolean value that tells whether the animation that is identified by the specified key is paused.

public bool IsAnimationPaused(string key);
member this.IsAnimationPaused : string -> bool

Parameters

key
String

The key of the animation to check.

Returns

Applies to