mirror of https://github.com/axmolengine/axmol.git
40 lines
1.1 KiB
Lua
40 lines
1.1 KiB
Lua
|
|
--------------------------------
|
|
-- @module PhysicsContactPreSolve
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsContactPreSolve] getFriction
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsContactPreSolve] getRestitution
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsContactPreSolve] setFriction
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsContactPreSolve] ignore
|
|
-- @param self
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsContactPreSolve] getSurfaceVelocity
|
|
-- @param self
|
|
-- @return vector2_table#vector2_table ret (return value: vector2_table)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsContactPreSolve] setSurfaceVelocity
|
|
-- @param self
|
|
-- @param #vector2_table array
|
|
|
|
--------------------------------
|
|
-- @function [parent=#PhysicsContactPreSolve] setRestitution
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
return nil
|