mirror of https://github.com/axmolengine/axmol.git
33 lines
905 B
Lua
33 lines
905 B
Lua
|
|
--------------------------------
|
|
-- @module ActionRotationFrame
|
|
-- @extend ActionFrame
|
|
-- @parent_module ccs
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionRotationFrame] setRotation
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- overload function: getAction(float, ccs.ActionFrame)
|
|
--
|
|
-- overload function: getAction(float)
|
|
--
|
|
-- @function [parent=#ActionRotationFrame] getAction
|
|
-- @param self
|
|
-- @param #float float
|
|
-- @param #ccs.ActionFrame actionframe
|
|
-- @return ActionInterval#ActionInterval ret (retunr value: cc.ActionInterval)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionRotationFrame] getRotation
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionRotationFrame] ActionRotationFrame
|
|
-- @param self
|
|
|
|
return nil
|