mirror of https://github.com/axmolengine/axmol.git
31 lines
869 B
Lua
31 lines
869 B
Lua
|
|
--------------------------------
|
|
-- @module ActionRotationFrame
|
|
-- @extend ActionFrame
|
|
-- @parent_module ccs
|
|
|
|
--------------------------------
|
|
-- @function [parent=#ActionRotationFrame] setRotation
|
|
-- @param self
|
|
-- @param #float float
|
|
|
|
--------------------------------
|
|
-- @overload self, float, ccs.ActionFrame
|
|
-- @overload self, 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
|