-------------------------------- -- @module ActionScaleFrame -- @extend ActionFrame -- @parent_module ccs -------------------------------- -- Changes the scale action scaleY.
-- param rotation the scale action scaleY. -- @function [parent=#ActionScaleFrame] setScaleY -- @param self -- @param #float scaleY -- @return ActionScaleFrame#ActionScaleFrame self (return value: ccs.ActionScaleFrame) -------------------------------- -- Changes the scale action scaleX.
-- param the scale action scaleX. -- @function [parent=#ActionScaleFrame] setScaleX -- @param self -- @param #float scaleX -- @return ActionScaleFrame#ActionScaleFrame self (return value: ccs.ActionScaleFrame) -------------------------------- -- Gets the scale action scaleY.
-- return the the scale action scaleY. -- @function [parent=#ActionScaleFrame] getScaleY -- @param self -- @return float#float ret (return value: float) -------------------------------- -- Gets the scale action scaleX.
-- return the scale action scaleX. -- @function [parent=#ActionScaleFrame] getScaleX -- @param self -- @return float#float ret (return value: float) -------------------------------- -- Gets the ActionInterval of ActionFrame.
-- parame duration the duration time of ActionFrame
-- return ActionInterval -- @function [parent=#ActionScaleFrame] getAction -- @param self -- @param #float duration -- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval) -------------------------------- -- Default constructor -- @function [parent=#ActionScaleFrame] ActionScaleFrame -- @param self -- @return ActionScaleFrame#ActionScaleFrame self (return value: ccs.ActionScaleFrame) return nil