Skip to content

0.9

Compare
Choose a tag to compare
@d954mas d954mas released this 13 Jul 17:19
· 48 commits to master since this release

1)add Box2dContact:GetManifold()

--- Get the local manifold.
---@return Box2dManifold
function Box2dContact:GetManifold() end

2)add Box2dContact:GetWorldManifold()

--- Get the world manifold.
---@return Box2dWorldManifold
function Box2dContact:GetWorldManifold() end

3)move all native code to namespace box2dDefoldNE