Share via


SKPhysicsBody.Dynamic Property

Definition

Gets or sets a value the tells whether the physics body is affected by forces and impulses in the simulation.

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

Property Value

Attributes

Applies to