commonui-lib-test
Version:
"#common ui lib test"
9 lines (8 loc) • 320 B
TypeScript
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
export default class textTitleLanguage extends fgui.GComponent {
textTitle: fgui.GTextField;
static URL: string;
static createInstance(): textTitleLanguage;
constructor();
protected onConstruct(): void;
}