summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/cc.PhysicsJointPin.lua
blob: b3224053a4a2a0df3a792f2886f3a86357dc7346 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

---@class cc.PhysicsJointPin :cc.PhysicsJoint
local PhysicsJointPin={ }
cc.PhysicsJointPin=PhysicsJointPin




---* 
---@return boolean
function PhysicsJointPin:createConstraints () end
---@overload fun(cc.PhysicsBody:cc.PhysicsBody,cc.PhysicsBody:cc.PhysicsBody,vec2_table:vec2_table,vec2_table:vec2_table):self
---@overload fun(cc.PhysicsBody:cc.PhysicsBody,cc.PhysicsBody:cc.PhysicsBody,vec2_table:vec2_table):self
---@param a cc.PhysicsBody
---@param b cc.PhysicsBody
---@param anchr1 vec2_table
---@param anchr2 vec2_table
---@return self
function PhysicsJointPin:construct (a,b,anchr1,anchr2) end