2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module TintTo
|
2014-03-20 10:21:28 +08:00
|
|
|
-- @extend ActionInterval
|
2014-03-18 15:55:30 +08:00
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#TintTo] create
|
|
|
|
-- @param self
|
|
|
|
-- @param #float float
|
|
|
|
-- @param #unsigned char char
|
|
|
|
-- @param #unsigned char char
|
|
|
|
-- @param #unsigned char char
|
|
|
|
-- @return TintTo#TintTo ret (return value: cc.TintTo)
|
|
|
|
|
2014-03-18 15:55:30 +08:00
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#TintTo] startWithTarget
|
|
|
|
-- @param self
|
|
|
|
-- @param #cc.Node node
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @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)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#TintTo] update
|
|
|
|
-- @param self
|
|
|
|
-- @param #float float
|
|
|
|
|
2014-03-10 14:04:58 +08:00
|
|
|
return nil
|