我们可以在运行时更改物理体属性吗?我的代码是
local ground = display.newImage( "ground.png" )
ground.x = 160; ground.y = 445
physics.addBody( ground, "static", { friction=0.5, bounce=0.3 } )
我想在运行时将反弹值更改为 1.0,是否可以...
谁能帮我
我们可以在运行时更改物理体属性吗?我的代码是
local ground = display.newImage( "ground.png" )
ground.x = 160; ground.y = 445
physics.addBody( ground, "static", { friction=0.5, bounce=0.3 } )
我想在运行时将反弹值更改为 1.0,是否可以...
谁能帮我