mirror of
https://gitee.com/nomat/lcc-ui-sorting-group-demo.git
synced 2025-12-13 09:18:53 +00:00
实现2.4.11版本
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
|
||||
declare module cc {
|
||||
export interface RenderComponent {
|
||||
|
||||
/**
|
||||
* 渲染优先级
|
||||
*/
|
||||
renderPriority:number;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user