Share via


SKPhysicsBody.Resting Property

Definition

Gets or sets a value that tells whether the body is resting on another body in the simulation, and thus does not participate in the simulation.

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

Property Value

Attributes

Applies to