Skip to content

JointComponent.IsLive Property

Definition

Namespace: Brine2D.ECS.Components.Joints

Returns true if the underlying Box2D joint has been created and is still valid.

C#
public bool IsLive { get; }

Property Value

System.Boolean