Type Alias BodyId

BodyId: unknown & {
    __brand: "BodyId";
}

Opaque handle identifying a Box2D body that this adapter created.

The runtime value is whatever phaser-box2d returns from b2CreateBody (an object with index1 / world0 / revision numbers); from this library's perspective it is an opaque token to be passed back to the adapter for destruction.