Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
LinYunMo committed Aug 14, 2023
1 parent 31a9d03 commit a246a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocos/2d/components/ui-mesh-renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +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.
* @deprecated This component is not recommended to be used, please use Render Texture instead.
*/
@ccclass('cc.UIMeshRenderer')
@help('i18n:cc.UIMeshRenderer')
Expand Down

0 comments on commit a246a73

Please sign in to comment.