Contents

isActive

A Boolean that indicates whether the joint is active.

Declaration

var isActive: Bool { get }

Discussion

Inactive joints do not participate in the physics simulation.

One example is a joint that does not reference any Entity with PhysicsBodyMode.dynamic, or when one or both the referenced entities are not active.