实现2.4.11版本

This commit is contained in:
lujun
2023-02-09 17:25:08 +08:00
parent 70c4e8da16
commit 451f431777
210 changed files with 46766 additions and 7089 deletions

View File

@@ -0,0 +1,10 @@
declare module cc {
export interface RenderComponent {
/**
* 渲染优先级
*/
renderPriority:number;
}
}