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

45 lines
1.2 KiB
Lua
Raw Normal View History

2014-03-10 14:04:58 +08:00
--------------------------------
-- @module TintTo
-- @extend ActionInterval
-- @parent_module cc
2014-03-10 14:04:58 +08:00
--------------------------------
-- @overload self, float, color3b_table
-- @overload self, float, unsigned char, unsigned char, unsigned char
-- @function [parent=#TintTo] create
2014-03-10 14:04:58 +08:00
-- @param self
-- @param #float duration
-- @param #unsigned char red
-- @param #unsigned char green
-- @param #unsigned char blue
2014-03-10 14:04:58 +08:00
-- @return TintTo#TintTo ret (return value: cc.TintTo)
--------------------------------
--
-- @function [parent=#TintTo] startWithTarget
-- @param self
-- @param #cc.Node target
-- @return TintTo#TintTo self (return value: cc.TintTo)
--------------------------------
--
-- @function [parent=#TintTo] clone
-- @param self
-- @return TintTo#TintTo ret (return value: cc.TintTo)
--------------------------------
--
-- @function [parent=#TintTo] reverse
-- @param self
-- @return TintTo#TintTo ret (return value: cc.TintTo)
--------------------------------
-- param time in seconds
-- @function [parent=#TintTo] update
-- @param self
-- @param #float time
-- @return TintTo#TintTo self (return value: cc.TintTo)
2014-03-10 14:04:58 +08:00
return nil