2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @module AnchorPointFrame
|
|
|
|
-- @extend Frame
|
|
|
|
-- @parent_module ccs
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#AnchorPointFrame] setAnchorPoint
|
|
|
|
-- @param self
|
2014-08-29 18:38:25 +08:00
|
|
|
-- @param #vec2_table vec2
|
2014-06-26 11:10:44 +08:00
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#AnchorPointFrame] getAnchorPoint
|
|
|
|
-- @param self
|
|
|
|
-- @return vec2_table#vec2_table ret (return value: vec2_table)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#AnchorPointFrame] create
|
|
|
|
-- @param self
|
|
|
|
-- @return AnchorPointFrame#AnchorPointFrame ret (return value: ccs.AnchorPointFrame)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#AnchorPointFrame] clone
|
|
|
|
-- @param self
|
|
|
|
-- @return Frame#Frame ret (return value: ccs.Frame)
|
|
|
|
|
|
|
|
--------------------------------
|
|
|
|
-- @function [parent=#AnchorPointFrame] AnchorPointFrame
|
|
|
|
-- @param self
|
|
|
|
|
|
|
|
return nil
|