Skip to content

Commit

Permalink
Merge branch 'v3.5.1' into v3.6.0_merge_v3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
minggo committed May 24, 2022
2 parents c09995b + 9be0225 commit 7814949
Show file tree
Hide file tree
Showing 954 changed files with 11,304 additions and 4,782 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-problem-matcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"problemMatcher": [
{
"owner": "circular-reference-check",
"owner": "<Web> build",
"pattern": [
{
"regexp": "^Circular dependency: (.*)$",
Expand Down
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"program": "${workspaceFolder}/node_modules/jest/bin/jest.js"
},
"args": [
"${fileBasenameNoExtension}"
"--runTestsByPath",
"${relativeFileDirname}/${fileBasename}"
],
"cwd": "${workspaceFolder}",
"console": "integratedTerminal",
Expand Down
6 changes: 0 additions & 6 deletions cocos/2d/assembler/graphics/webgl/graphics-assembler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/

/**
* @packageDocumentation
* @module ui-assembler
*/

import { Color, Vec3 } from '../../../../core/math';
import { IAssembler } from '../../../renderer/base';
import { MeshRenderData } from '../../../renderer/render-data';
Expand Down
5 changes: 0 additions & 5 deletions cocos/2d/assembler/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
THE SOFTWARE.
*/

/**
* @packageDocumentation
* @module ui
*/

import './utils';

export * from './graphics';
Expand Down
5 changes: 0 additions & 5 deletions cocos/2d/assembler/label/bmfont.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
THE SOFTWARE.
*/

/**
* @packageDocumentation
* @module ui-assembler
*/

import { SpriteFrame } from '../../assets/sprite-frame';
import * as js from '../../../core/utils/js';
import { Color, Rect } from '../../../core/math';
Expand Down
5 changes: 0 additions & 5 deletions cocos/2d/assembler/label/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
THE SOFTWARE.
*/

/**
* @packageDocumentation
* @module ui-assembler
*/

import { BitmapFont } from '../../assets';
import { Label } from '../../components';
import { IAssemblerManager } from '../../renderer/base';
Expand Down
5 changes: 0 additions & 5 deletions cocos/2d/assembler/label/letter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
THE SOFTWARE.
*/

/**
* @packageDocumentation
* @module ui-assembler
*/

import { addon } from '../../../core/utils/js';
import { IBatcher } from '../../renderer/i-batcher';
import { Label } from '../../components/label';
Expand Down
2 changes: 0 additions & 2 deletions cocos/2d/assembler/mask/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
THE SOFTWARE.
*/



import { maskAssembler as mask, maskEndAssembler as maskEnd } from './mask-assembler';

export {
Expand Down
5 changes: 0 additions & 5 deletions cocos/2d/assembler/mask/mask-assembler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
THE SOFTWARE.
*/

/**
* @packageDocumentation
* @module ui-assembler
*/

import { IBatcher } from '../../renderer/i-batcher';
import { Mask, MaskType } from '../../components/mask';
import { IAssembler, IAssemblerManager } from '../../renderer/base';
Expand Down
5 changes: 0 additions & 5 deletions cocos/2d/assembler/sprite/bar-filled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
THE SOFTWARE.
*/

/**
* @packageDocumentation
* @module ui-assembler
*/

import { Color, Mat4, Vec3 } from '../../../core/math';
import { IRenderData, RenderData } from '../../renderer/render-data';
import { IBatcher } from '../../renderer/i-batcher';
Expand Down
5 changes: 0 additions & 5 deletions cocos/2d/assembler/sprite/radial-filled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
THE SOFTWARE.
*/

/**
* @packageDocumentation
* @module ui-assembler
*/

import { SpriteFrame } from '../../assets';
import { Color, Mat4, Vec2, Vec3 } from '../../../core/math';
import { IRenderData, RenderData } from '../../renderer/render-data';
Expand Down
5 changes: 0 additions & 5 deletions cocos/2d/assembler/sprite/simple.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
THE SOFTWARE.
*/

/**
* @packageDocumentation
* @module ui-assembler
*/

import { Vec3 } from '../../../core/math';
import { IAssembler } from '../../renderer/base';
import { IRenderData, RenderData } from '../../renderer/render-data';
Expand Down
5 changes: 0 additions & 5 deletions cocos/2d/assembler/sprite/sliced.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@
THE SOFTWARE.
*/

/**
* @packageDocumentation
* @module ui-assembler
*/

import { Mat4, Vec3 } from '../../../core/math';
import { IRenderData, RenderData } from '../../renderer/render-data';
import { IBatcher } from '../../renderer/i-batcher';
Expand Down
2 changes: 0 additions & 2 deletions cocos/2d/assembler/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
THE SOFTWARE.
*/



import { Color, Mat4, Vec3 } from '../../core/math';
import { RenderData } from '../renderer/render-data';
import { IBatcher } from '../renderer/i-batcher';
Expand Down
5 changes: 0 additions & 5 deletions cocos/2d/assets/bitmap-font.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
THE SOFTWARE.
*/

/**
* @packageDocumentation
* @module asset
*/

import { ccclass, type, serializable, editable } from 'cc.decorator';
import { Font } from './font';
import { SpriteFrame } from './sprite-frame';
Expand Down
5 changes: 0 additions & 5 deletions cocos/2d/assets/font.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
THE SOFTWARE.
*/

/**
* @packageDocumentation
* @module asset
*/

import { ccclass } from 'cc.decorator';
import { Asset } from '../../core/assets';
import { legacyCC } from '../../core/global-exports';
Expand Down
5 changes: 1 addition & 4 deletions cocos/2d/assets/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
/**
* @packageDocumentation
* @module asset
*/


export * from './sprite-frame';
export { SpriteAtlas } from './sprite-atlas';
Expand Down
5 changes: 0 additions & 5 deletions cocos/2d/assets/label-atlas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
THE SOFTWARE.
*/

/**
* @packageDocumentation
* @module asset
*/

import { ccclass } from 'cc.decorator';
import { BitmapFont } from './bitmap-font';
import { legacyCC } from '../../core/global-exports';
Expand Down
5 changes: 0 additions & 5 deletions cocos/2d/assets/sprite-atlas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
THE SOFTWARE.
*/

/**
* @packageDocumentation
* @module asset
*/

import { EDITOR, TEST } from 'internal:constants';
import { ccclass, serializable, editable } from 'cc.decorator';
import * as js from '../../core/utils/js';
Expand Down
11 changes: 3 additions & 8 deletions cocos/2d/assets/sprite-frame.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
THE SOFTWARE.
*/

/**
* @packageDocumentation
* @module asset
*/

import { ccclass } from 'cc.decorator';
import { EDITOR, TEST, BUILD } from 'internal:constants';
import { Rect, Size, Vec2 } from '../../core/math';
Expand Down Expand Up @@ -239,8 +234,8 @@ export class SpriteFrame extends Asset {
}

/**
* @en
* @zh
* @en uv update event
* @zh uv 更新事件
*/
public static EVENT_UV_UPDATED = 'uv_updated';

Expand Down Expand Up @@ -661,7 +656,7 @@ export class SpriteFrame extends Asset {
}

/**
* @en Gets the related GFX [[Texture]] resource
* @en Gets the related GFX [[gfx.Texture]] resource
* @zh 获取渲染贴图的 GFX 资源
*/
public getGFXTexture () {
Expand Down
5 changes: 0 additions & 5 deletions cocos/2d/assets/ttf-font.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@
THE SOFTWARE.
*/

/**
* @packageDocumentation
* @module asset
*/

import { ccclass, string, override, serializable } from 'cc.decorator';
import { extname } from '../../core/utils/path';
import { Font } from './font';
Expand Down
4 changes: 0 additions & 4 deletions cocos/2d/components/deprecated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
THE SOFTWARE.
*/

/**
* @packageDocumentation
* @module ui
*/
import { Mask } from './mask';
import { Label } from './label';
import { LabelOutline } from './label-outline';
Expand Down
Loading

0 comments on commit 7814949

Please sign in to comment.