mirror of
https://gitee.com/dgflash/oops-framework.git
synced 2026-06-30 07:24:30 +08:00
更新ecs文档
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @Author: dgflash
|
||||
* @Date: 2021-07-03 16:13:17
|
||||
* @LastEditors: dgflash
|
||||
* @LastEditTime: 2022-09-20 17:20:20
|
||||
* @LastEditTime: 2022-10-09 14:28:16
|
||||
*/
|
||||
import { Component, EventTouch, _decorator } from "cc";
|
||||
import { oops } from "../../../../extensions/oops-plugin-framework/assets/core/Oops";
|
||||
@@ -16,7 +16,7 @@ const { ccclass, property } = _decorator;
|
||||
export class Demo extends Component {
|
||||
private lang: boolean = true;
|
||||
|
||||
async onLoad() {
|
||||
async onLoad() {oops.gui.remove
|
||||
// var path = "gui/prefab/role_info_base";
|
||||
// var node = await ViewUtil.createPrefabNodeAsync(path);
|
||||
// node.parent = this.node;
|
||||
|
||||
Reference in New Issue
Block a user