Skip to content

Commit

Permalink
deprecated UIMeshRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
LinYunMo committed Aug 14, 2023
1 parent d007151 commit 31a9d03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cocos/2d/components/ui-mesh-renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ import type { UIRenderer } from '../framework/ui-renderer';
* @zh
* UI 模型基础组件。
* 当你在 UI 中放置模型或者粒子的时候,必须添加该组件才能渲染。该组件必须放置在带有 [[MeshRenderer]] 或者 [[ParticleSystem]] 组件的节点上。
* @deprecated This component is not recommended to be used, and the capabilities of this component will be provided in other ways in the future.
*/
@ccclass('cc.UIMeshRenderer')
@help('i18n:cc.UIMeshRenderer')
Expand Down

0 comments on commit 31a9d03

Please sign in to comment.