mirror of https://github.com/axmolengine/axmol.git
26 lines
690 B
Lua
26 lines
690 B
Lua
|
|
--------------------------------
|
|
-- @module RotationSkewFrame
|
|
-- @extend SkewFrame
|
|
-- @parent_module ccs
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#RotationSkewFrame] create
|
|
-- @param self
|
|
-- @return RotationSkewFrame#RotationSkewFrame ret (return value: ccs.RotationSkewFrame)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#RotationSkewFrame] clone
|
|
-- @param self
|
|
-- @return Frame#Frame ret (return value: ccs.Frame)
|
|
|
|
--------------------------------
|
|
--
|
|
-- @function [parent=#RotationSkewFrame] RotationSkewFrame
|
|
-- @param self
|
|
-- @return RotationSkewFrame#RotationSkewFrame self (return value: ccs.RotationSkewFrame)
|
|
|
|
return nil
|