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