背景和头像缺失

This commit is contained in:
2026-03-01 13:51:43 +08:00
parent eaaf7f8c9b
commit 7d2f6399af
5947 changed files with 1441367 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
--------------------------------
-- @module RichElement
-- @extend Ref
-- @parent_module ccui
--------------------------------
-- brief Initialize a rich element with different arguments.<br>
-- param tag A integer tag value.<br>
-- param color A color in @see `Color3B`.<br>
-- param opacity A opacity value in `GLubyte`.<br>
-- return True if initialize success, false otherwise.
-- @function [parent=#RichElement] init
-- @param self
-- @param #int tag
-- @param #color3b_table color
-- @param #unsigned char opacity
-- @return bool#bool ret (return value: bool)
--------------------------------
-- brief Default constructor.<br>
-- js ctor<br>
-- lua new
-- @function [parent=#RichElement] RichElement
-- @param self
-- @return RichElement#RichElement self (return value: ccui.RichElement)
return nil