mirror of https://github.com/axmolengine/axmol.git
45 lines
1.4 KiB
Lua
45 lines
1.4 KiB
Lua
|
|
--------------------------------
|
|
-- @module PhysicsJointGroove
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointGroove] setAnchr2
|
|
-- @param self
|
|
-- @param #point_table point
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointGroove] setGrooveA
|
|
-- @param self
|
|
-- @param #point_table point
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointGroove] setGrooveB
|
|
-- @param self
|
|
-- @param #point_table point
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointGroove] getGrooveA
|
|
-- @param self
|
|
-- @return point_table#point_table ret (return value: point_table)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointGroove] getGrooveB
|
|
-- @param self
|
|
-- @return point_table#point_table ret (return value: point_table)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointGroove] getAnchr2
|
|
-- @param self
|
|
-- @return point_table#point_table ret (return value: point_table)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointGroove] construct
|
|
-- @param self
|
|
-- @param #cc.PhysicsBody physicsbody
|
|
-- @param #cc.PhysicsBody physicsbody
|
|
-- @param #point_table point
|
|
-- @param #point_table point
|
|
-- @param #point_table point
|
|
-- @return PhysicsJointGroove#PhysicsJointGroove ret (return value: cc.PhysicsJointGroove)
|
|
|
|
return nil
|