mirror of https://github.com/axmolengine/axmol.git
37 lines
962 B
Lua
37 lines
962 B
Lua
|
|
||
|
--------------------------------
|
||
|
-- @module RotationFrame
|
||
|
-- @extend Frame
|
||
|
-- @parent_module ccs
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#RotationFrame] setRotation
|
||
|
-- @param self
|
||
|
-- @param #float float
|
||
|
|
||
|
--------------------------------
|
||
|
-- @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 float
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#RotationFrame] clone
|
||
|
-- @param self
|
||
|
-- @return Frame#Frame ret (return value: ccs.Frame)
|
||
|
|
||
|
--------------------------------
|
||
|
-- @function [parent=#RotationFrame] RotationFrame
|
||
|
-- @param self
|
||
|
|
||
|
return nil
|