axmol/cocos/scripting/lua-bindings/auto/api/PhysicsShapeCircle.lua

45 lines
1.3 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module PhysicsShapeCircle
-- @extend PhysicsShape
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- @function [parent=#PhysicsShapeCircle] getRadius
-- @param self
-- @return float#float ret (return value: float)
--------------------------------
-- @function [parent=#PhysicsShapeCircle] create
-- @param self
-- @param #float float
-- @param #cc.PhysicsMaterial physicsmaterial
-- @param #vec2_table vec2
2014-03-10 14:04:58 +08:00
-- @return PhysicsShapeCircle#PhysicsShapeCircle ret (return value: cc.PhysicsShapeCircle)
--------------------------------
-- @function [parent=#PhysicsShapeCircle] calculateArea
-- @param self
-- @param #float float
2014-03-10 14:04:58 +08:00
-- @return float#float ret (return value: float)
--------------------------------
-- @function [parent=#PhysicsShapeCircle] calculateMoment
-- @param self
-- @param #float float
-- @param #float float
-- @param #vec2_table vec2
2014-03-10 14:04:58 +08:00
-- @return float#float ret (return value: float)
--------------------------------
-- @function [parent=#PhysicsShapeCircle] getOffset
-- @param self
-- @return vec2_table#vec2_table ret (return value: vec2_table)
--------------------------------
-- @function [parent=#PhysicsShapeCircle] calculateDefaultMoment
-- @param self
-- @return float#float ret (return value: float)
2014-03-10 14:04:58 +08:00
return nil