Share via


SKNode.Paused Property

Definition

Gets or sets a value that causes this node and its descendants to be skipped when actions are processed for the scene. true causes them to be skipped.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Paused { [Foundation.Export("isPaused")] get; [Foundation.Export("setPaused:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isPaused")>]
[<set: Foundation.Export("setPaused:")>]
member this.Paused : bool with get, set

Property Value

Attributes

Applies to