2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module RotationSkewFrame
|
|
|
|
-- @extend SkewFrame
|
|
|
|
-- @parent_module ccs
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#RotationSkewFrame] create
|
|
|
|
-- @param self
|
|
|
|
-- @return RotationSkewFrame#RotationSkewFrame ret (return value: ccs.RotationSkewFrame)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#RotationSkewFrame] apply
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #float percent
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return RotationSkewFrame#RotationSkewFrame self (return value: ccs.RotationSkewFrame)
|
2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#RotationSkewFrame] clone
|
|
|
|
-- @param self
|
|
|
|
-- @return Frame#Frame ret (return value: ccs.Frame)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#RotationSkewFrame] RotationSkewFrame
|
|
|
|
-- @param self
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return RotationSkewFrame#RotationSkewFrame self (return value: ccs.RotationSkewFrame)
|
2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
return nil
|