mirror of https://github.com/axmolengine/axmol.git
30 lines
761 B
Lua
30 lines
761 B
Lua
|
|
--------------------------------
|
|
-- @module PhysicsJointDistance
|
|
-- @extend PhysicsJoint
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#PhysicsJointDistance] setDistance
|
|
-- @param self
|
|
-- @param #float distance
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#PhysicsJointDistance] getDistance
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#PhysicsJointDistance] construct
|
|
-- @param self
|
|
-- @param #cc.PhysicsBody a
|
|
-- @param #cc.PhysicsBody b
|
|
-- @param #vec2_table anchr1
|
|
-- @param #vec2_table anchr2
|
|
-- @return PhysicsJointDistance#PhysicsJointDistance ret (return value: cc.PhysicsJointDistance)
|
|
|
|
return nil
|