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

---@class cc.PhysicsContact :cc.EventCustom
local PhysicsContact={ }
cc.PhysicsContact=PhysicsContact




---*  Get contact data. 
---@return cc.PhysicsContactData
function PhysicsContact:getContactData () end
---*  Get the event code 
---@return int
function PhysicsContact:getEventCode () end
---*  Get previous contact data 
---@return cc.PhysicsContactData
function PhysicsContact:getPreContactData () end
---*  Get contact shape A. 
---@return cc.PhysicsShape
function PhysicsContact:getShapeA () end
---*  Get contact shape B. 
---@return cc.PhysicsShape
function PhysicsContact:getShapeB () end