Skip to content

PhysicsWorld.IsValid Property

Definition

Namespace: Brine2D.Physics

true when the world has not been disposed and the underlying Box2D world handle is still valid. Safe to call at any time — never throws.

internal bool IsValid { internal get; }

Property Value

System.Boolean