Commit c389d97
refactor(joint): keep the constraint getter off the public API
The constraint getter returned a raw Ammo (Bullet) object as documented
public API, baking the current physics backend into the permanent
contract - awkward ahead of multi-backend support. Mark it @ignore so it
is excluded from the public API surface, matching RigidBodyComponent.body
(which is likewise undocumented). It remains reachable at runtime as an
unsupported escape hatch.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 4d8d335 commit c389d97
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
608 | 608 | | |
609 | 609 | | |
610 | 610 | | |
611 | | - | |
612 | | - | |
613 | | - | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
614 | 615 | | |
615 | 616 | | |
| 617 | + | |
616 | 618 | | |
617 | 619 | | |
618 | 620 | | |
| |||
0 commit comments