-------------------------------- -- @module ActionRotationFrame -- @extend ActionFrame -- @parent_module ccs -------------------------------- -- Changes rotate action rotation.
-- param rotation rotate action rotation. -- @function [parent=#ActionRotationFrame] setRotation -- @param self -- @param #float rotation -- @return ActionRotationFrame#ActionRotationFrame self (return value: ccs.ActionRotationFrame) -------------------------------- -- @overload self, float, ccs.ActionFrame -- @overload self, float -- @function [parent=#ActionRotationFrame] getAction -- @param self -- @param #float duration -- @param #ccs.ActionFrame srcFrame -- @return ActionInterval#ActionInterval ret (return value: cc.ActionInterval) -------------------------------- -- Gets the rotate action rotation.
-- return the rotate action rotation. -- @function [parent=#ActionRotationFrame] getRotation -- @param self -- @return float#float ret (return value: float) -------------------------------- -- Default constructor -- @function [parent=#ActionRotationFrame] ActionRotationFrame -- @param self -- @return ActionRotationFrame#ActionRotationFrame self (return value: ccs.ActionRotationFrame) return nil