UNPKG

commonui-lib-test

Version:

"#common ui lib test"

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