UNPKG

commonui-lib-test

Version:

"#common ui lib test"

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