UNPKG

commonui-lib-test

Version:

"#common ui lib test"

20 lines (19 loc) 660 B
"use strict"; /** This is an automatically generated class by FairyGUI. Please do not modify it. **/ Object.defineProperty(exports, "__esModule", { value: true }); class btnConfirm extends fgui.GButton { constructor() { super(); } static createInstance() { return (fgui.UIPackage.createObject("common", "btnConfirm")); } onConstruct() { this.up = (this.getChild("up")); this.down = (this.getChild("down")); this.over = (this.getChild("over")); this.textConfirm = (this.getChild("textConfirm")); } } exports.default = btnConfirm; btnConfirm.URL = "ui://lh4a80jdn4iy49";