mirror of https://github.com/axmolengine/axmol.git
28 lines
758 B
Lua
28 lines
758 B
Lua
|
|
--------------------------------
|
|
-- @module ActionTintFrame
|
|
-- @extend ActionFrame
|
|
-- @parent_module ccs
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionTintFrame] getColor
|
|
-- @param self
|
|
-- @return color3b_table#color3b_table ret (return value: color3b_table)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionTintFrame] getAction
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionTintFrame] setColor
|
|
-- @param self
|
|
-- @param #color3b_table color3b
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionTintFrame] ActionTintFrame
|
|
-- @param self
|
|
|
|
return nil
|