mirror of https://github.com/axmolengine/axmol.git
46 lines
1.2 KiB
Lua
46 lines
1.2 KiB
Lua
|
|
--------------------------------
|
|
-- @module RotationFrame
|
|
-- @extend Frame
|
|
-- @parent_module ccs
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#RotationFrame] setRotation
|
|
-- @param self
|
|
-- @param #float rotation
|
|
-- @return RotationFrame#RotationFrame self (return value: ccs.RotationFrame)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#RotationFrame] getRotation
|
|
-- @param self
|
|
-- @return float#float ret (return value: float)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#RotationFrame] create
|
|
-- @param self
|
|
-- @return RotationFrame#RotationFrame ret (return value: ccs.RotationFrame)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#RotationFrame] apply
|
|
-- @param self
|
|
-- @param #float percent
|
|
-- @return RotationFrame#RotationFrame self (return value: ccs.RotationFrame)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#RotationFrame] clone
|
|
-- @param self
|
|
-- @return Frame#Frame ret (return value: ccs.Frame)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#RotationFrame] RotationFrame
|
|
-- @param self
|
|
-- @return RotationFrame#RotationFrame self (return value: ccs.RotationFrame)
|
|
|
|
return nil
|