mirror of https://github.com/axmolengine/axmol.git
37 lines
899 B
Lua
37 lines
899 B
Lua
|
|
--------------------------------
|
|
-- @module TintBy
|
|
-- @extend ActionInterval
|
|
-- @parent_module cc
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TintBy] create
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @param #short short
|
|
-- @param #short short
|
|
-- @param #short short
|
|
-- @return TintBy#TintBy ret (return value: cc.TintBy)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TintBy] startWithTarget
|
|
-- @param self
|
|
-- @param #cc.Node node
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TintBy] clone
|
|
-- @param self
|
|
-- @return TintBy#TintBy ret (return value: cc.TintBy)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TintBy] reverse
|
|
-- @param self
|
|
-- @return TintBy#TintBy ret (return value: cc.TintBy)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#TintBy] update
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
return nil
|