mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-09 22:02:45 +08:00
移除LayerUI中的size属性,避免与NodeExt中的size属性重名
This commit is contained in:
@@ -257,11 +257,6 @@ export class LayerUI extends Node {
|
||||
return result;
|
||||
}
|
||||
|
||||
/** 层节点数量 */
|
||||
size(): number {
|
||||
return this.children.length;
|
||||
}
|
||||
|
||||
/**
|
||||
* 清除所有节点,队列当中的也删除
|
||||
* @param isDestroy 移除后是否释放
|
||||
|
||||
Reference in New Issue
Block a user