mirror of https://github.com/axmolengine/axmol.git
15 lines
386 B
Lua
15 lines
386 B
Lua
|
|
--------------------------------
|
|
-- @module PhysicsJointPin
|
|
-- @extend PhysicsJoint
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsJointPin] construct
|
|
-- @param self
|
|
-- @param #cc.PhysicsBody physicsbody
|
|
-- @param #cc.PhysicsBody physicsbody
|
|
-- @param #cc.Vec2 vec2
|
|
-- @return PhysicsJointPin#PhysicsJointPin ret (return value: cc.PhysicsJointPin)
|
|
|
|
return nil
|