2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module AnchorPointFrame
|
|
|
|
-- @extend Frame
|
|
|
|
-- @parent_module ccs
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#AnchorPointFrame] setAnchorPoint
|
|
|
|
-- @param self
|
2014-09-02 13:45:07 +08:00
|
|
|
-- @param #vec2_table point
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return AnchorPointFrame#AnchorPointFrame self (return value: ccs.AnchorPointFrame)
|
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=#AnchorPointFrame] getAnchorPoint
|
|
|
|
-- @param self
|
|
|
|
-- @return vec2_table#vec2_table ret (return value: vec2_table)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#AnchorPointFrame] create
|
|
|
|
-- @param self
|
|
|
|
-- @return AnchorPointFrame#AnchorPointFrame ret (return value: ccs.AnchorPointFrame)
|
|
|
|
|
|
|
|
--------------------------------
|
2014-09-02 13:45:07 +08:00
|
|
|
--
|
2014-06-26 11:10:44 +08:00
|
|
|
-- @function [parent=#AnchorPointFrame] 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=#AnchorPointFrame] AnchorPointFrame
|
|
|
|
-- @param self
|
2015-01-21 17:33:26 +08:00
|
|
|
-- @return AnchorPointFrame#AnchorPointFrame self (return value: ccs.AnchorPointFrame)
|
2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
return nil
|