Table of Contents

Method b3Body_IsValid

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3Body_IsValid(b3BodyId)

Body identifier validation. A valid body exists in a world and is non-null. This can be used to detect orphaned ids. Provides validation for up to 64K allocations.

public static extern NativeBool b3Body_IsValid(b3BodyId id)

Parameters

id b3BodyId

See the Box3D documentation.

Returns

NativeBool

See the Box3D documentation.