UNPKG

commonui-lib-test

Version:

"#common ui lib test"

21 lines (20 loc) 767 B
"use strict"; /** This is an automatically generated class by FairyGUI. Please do not modify it. **/ Object.defineProperty(exports, "__esModule", { value: true }); class dialogLeave extends fgui.GComponent { constructor() { super(); } static createInstance() { return (fgui.UIPackage.createObject("common", "dialogLeave")); } onConstruct() { this.labelWindowFrame = (this.getChild("labelWindowFrame")); this.textTips = (this.getChild("textTips")); this.textLeave = (this.getChild("textLeave")); this.btnComfirm = (this.getChild("btnComfirm")); this.btnCancel = (this.getChild("btnCancel")); } } exports.default = dialogLeave; dialogLeave.URL = "ui://lh4a80jdn4iy3l";