mirror of https://github.com/axmolengine/axmol.git
21 lines
616 B
Lua
21 lines
616 B
Lua
|
|
--------------------------------
|
|
-- @module PhysicsContactPostSolve
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsContactPostSolve] getFriction
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsContactPostSolve] getSurfaceVelocity
|
|
-- @param self
|
|
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsContactPostSolve] getRestitution
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
return nil
|