demo 更新
This commit is contained in:
11
demo/src/Fgui/sc/scBinder.ts
Normal file
11
demo/src/Fgui/sc/scBinder.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
module FUI.sc {
|
||||
|
||||
export class scBinder {
|
||||
public static bindAll():void {
|
||||
fairygui.UIObjectFactory.setPackageItemExtension(UI_View_sc.URL, UI_View_sc);
|
||||
fairygui.UIObjectFactory.setPackageItemExtension(UI_btn_sc.URL, UI_btn_sc);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user