提交
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
|
||||
namespace FGUI.JPrivacy
|
||||
{
|
||||
public class JPrivacyBinder
|
||||
{
|
||||
public static void BindAll()
|
||||
{
|
||||
UIObjectFactory.SetPackageItemExtension(com_privacy.URL, typeof(com_privacy));
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b46fcb988b9f2a745b3c742dde5c7598
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -0,0 +1,29 @@
|
||||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
||||
|
||||
using FairyGUI;
|
||||
using FairyGUI.Utils;
|
||||
|
||||
namespace FGUI.JPrivacy
|
||||
{
|
||||
public partial class com_privacy : GComponent
|
||||
{
|
||||
public GButton closeButton;
|
||||
public GList list_privacy;
|
||||
public GTextField txt_title;
|
||||
public const string URL = "ui://st9pm1gcms4v0";
|
||||
|
||||
public static com_privacy CreateInstance()
|
||||
{
|
||||
return (com_privacy)UIPackage.CreateObject("JPrivacy", "com_privacy");
|
||||
}
|
||||
|
||||
public override void ConstructFromXML(XML xml)
|
||||
{
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
closeButton = (GButton)GetChildAt(2);
|
||||
list_privacy = (GList)GetChildAt(3);
|
||||
txt_title = (GTextField)GetChildAt(4);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 11fe87e9f16cc2d4d8d9e14aefe19f1b
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user