mirror of https://github.com/axmolengine/axmol.git
31 lines
1.0 KiB
Lua
31 lines
1.0 KiB
Lua
|
|
--------------------------------
|
|
-- @module PhysicsContact
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsContact] getContactData
|
|
-- @param self
|
|
-- @return PhysicsContactData#PhysicsContactData ret (return value: cc.PhysicsContactData)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsContact] getEventCode
|
|
-- @param self
|
|
-- @return PhysicsContact::EventCode#PhysicsContact::EventCode ret (return value: cc.PhysicsContact::EventCode)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsContact] getPreContactData
|
|
-- @param self
|
|
-- @return PhysicsContactData#PhysicsContactData ret (return value: cc.PhysicsContactData)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsContact] getShapeA
|
|
-- @param self
|
|
-- @return PhysicsShape#PhysicsShape ret (return value: cc.PhysicsShape)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsContact] getShapeB
|
|
-- @param self
|
|
-- @return PhysicsShape#PhysicsShape ret (return value: cc.PhysicsShape)
|
|
|
|
return nil
|