/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ using FairyGUI; using FairyGUI.Utils; namespace FGUI.P16_Webview { public partial class com_webview : GComponent { public GComponent com_fly; public GGraph fly_area; public com_top com_top; public btn_icon btn_icon; public GButton btn_out; public GButton btn_close; public const string URL = "ui://ldxlghf7j4a20"; public static com_webview CreateInstance() { return (com_webview)UIPackage.CreateObject("P16_Webview", "com_webview"); } public override void ConstructFromXML(XML xml) { base.ConstructFromXML(xml); com_fly = (GComponent)GetChildAt(0); fly_area = (GGraph)GetChildAt(2); com_top = (com_top)GetChildAt(4); btn_icon = (btn_icon)GetChildAt(5); btn_out = (GButton)GetChildAt(6); btn_close = (GButton)GetChildAt(7); } } }