mirror of
https://gitee.com/ccc_28/level-render
synced 2025-11-15 10:38:09 +00:00
更新README,添加2025-10-27更新日志;优化层级渲染算法,支持多级分层渲染,修复虚拟列表相关bug;修改LevelRender组件以启用层级渲染;
This commit is contained in:
@@ -5,7 +5,7 @@ const { ccclass, property, menu } = _decorator;
|
||||
@menu("性能优化/LevelRender")
|
||||
export class LevelRender extends Component {
|
||||
onLoad() {
|
||||
this.node[`__enableLevelRender`] = true;
|
||||
this.node[`__levelRender`] = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user