axmol/cocos/scripting/lua-bindings/auto/api/SkewBy.lua

35 lines
794 B
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module SkewBy
-- @extend SkewTo
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- creates the action
2014-03-10 14:04:58 +08:00
-- @function [parent=#SkewBy] create
-- @param self
-- @param #float t
-- @param #float deltaSkewX
-- @param #float deltaSkewY
2014-03-10 14:04:58 +08:00
-- @return SkewBy#SkewBy ret (return value: cc.SkewBy)
--------------------------------
--
-- @function [parent=#SkewBy] startWithTarget
-- @param self
-- @param #cc.Node target
--------------------------------
--
-- @function [parent=#SkewBy] clone
-- @param self
-- @return SkewBy#SkewBy ret (return value: cc.SkewBy)
--------------------------------
--
-- @function [parent=#SkewBy] reverse
-- @param self
-- @return SkewBy#SkewBy ret (return value: cc.SkewBy)
2014-03-10 14:04:58 +08:00
return nil