mirror of https://github.com/axmolengine/axmol.git
38 lines
1020 B
Lua
38 lines
1020 B
Lua
|
|
--------------------------------
|
|
-- @module ActionScaleFrame
|
|
-- @extend ActionFrame
|
|
-- @parent_module ccs
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionScaleFrame] setScaleY
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionScaleFrame] setScaleX
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionScaleFrame] getScaleY
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionScaleFrame] getScaleX
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionScaleFrame] getAction
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionScaleFrame] ActionScaleFrame
|
|
-- @param self
|
|
|
|
return nil
|