summaryrefslogtreecommitdiff
path: root/meta/3rd/Cocos4.0/library/cc/PhysicsJointFixed.lua
blob: 1dc195a2e9e05bc0119297f7f1dd43fc09ab6a7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---@meta

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




---* 
---@return boolean
function PhysicsJointFixed:createConstraints () end
---*  Create a fixed joint.<br>
---* param a A is the body to connect.<br>
---* param b B is the body to connect.<br>
---* param anchr It's the pivot position.<br>
---* return A object pointer.
---@param a cc.PhysicsBody
---@param b cc.PhysicsBody
---@param anchr vec2_table
---@return self
function PhysicsJointFixed:construct (a,b,anchr) end