isDynamic
A Boolean value that indicates whether the physics body is moved by the physics simulation.
Declaration
var isDynamic: Bool { get set }Mentioned in
Discussion
The default value is true. If the value is false, the physics body ignores all forces and impulses applied to it. This property is ignored on edge-based bodies; they are automatically static.