背景和头像缺失

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,73 @@
--------------------------------
-- @module Grid3D
-- @extend GridBase
-- @parent_module cc
--------------------------------
--
-- @function [parent=#Grid3D] getNeedDepthTestForBlit
-- @param self
-- @return bool#bool ret (return value: bool)
--------------------------------
-- @{<br>
-- Getter and Setter for depth test state when blit.<br>
-- js NA
-- @function [parent=#Grid3D] setNeedDepthTestForBlit
-- @param self
-- @param #bool neededDepthTest
-- @return Grid3D#Grid3D self (return value: cc.Grid3D)
--------------------------------
-- @overload self, size_table, rect_table
-- @overload self, size_table
-- @overload self, size_table, cc.Texture2D, bool
-- @overload self, size_table, cc.Texture2D, bool, rect_table
-- @function [parent=#Grid3D] create
-- @param self
-- @param #size_table gridSize
-- @param #cc.Texture2D texture
-- @param #bool flipped
-- @param #rect_table rect
-- @return Grid3D#Grid3D ret (return value: cc.Grid3D)
--------------------------------
--
-- @function [parent=#Grid3D] calculateVertexPoints
-- @param self
-- @return Grid3D#Grid3D self (return value: cc.Grid3D)
--------------------------------
-- @{<br>
-- Implementations for interfaces in base class.
-- @function [parent=#Grid3D] beforeBlit
-- @param self
-- @return Grid3D#Grid3D self (return value: cc.Grid3D)
--------------------------------
--
-- @function [parent=#Grid3D] afterBlit
-- @param self
-- @return Grid3D#Grid3D self (return value: cc.Grid3D)
--------------------------------
--
-- @function [parent=#Grid3D] reuse
-- @param self
-- @return Grid3D#Grid3D self (return value: cc.Grid3D)
--------------------------------
--
-- @function [parent=#Grid3D] blit
-- @param self
-- @return Grid3D#Grid3D self (return value: cc.Grid3D)
--------------------------------
-- Constructor.<br>
-- js ctor
-- @function [parent=#Grid3D] Grid3D
-- @param self
-- @return Grid3D#Grid3D self (return value: cc.Grid3D)
return nil