axmol/cocos/scripting/lua-bindings/auto/api/RelativeBox.lua

21 lines
494 B
Lua
Raw Normal View History

--------------------------------
-- @module RelativeBox
-- @extend Layout
-- @parent_module ccui
--------------------------------
-- @overload self, size_table
-- @overload self
-- @function [parent=#RelativeBox] create
-- @param self
-- @param #size_table size
-- @return RelativeBox#RelativeBox ret (return value: ccui.RelativeBox)
--------------------------------
-- Default constructor
-- @function [parent=#RelativeBox] RelativeBox
-- @param self
return nil