43 lines
1.2 KiB
C#
43 lines
1.2 KiB
C#
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/
|
|
|
|
using FairyGUI;
|
|
using FairyGUI.Utils;
|
|
|
|
namespace FGUI.P23_Tujian
|
|
{
|
|
public partial class com_lock : GComponent
|
|
{
|
|
public Controller state;
|
|
public Transition t0;
|
|
public Transition t1;
|
|
public Transition t2;
|
|
public Transition t3;
|
|
public Transition t4;
|
|
public Transition t5;
|
|
public Transition t6;
|
|
public Transition t7;
|
|
public Transition t8;
|
|
public const string URL = "ui://etpidy1miide4s";
|
|
|
|
public static com_lock CreateInstance()
|
|
{
|
|
return (com_lock)UIPackage.CreateObject("P23_Tujian", "com_lock");
|
|
}
|
|
|
|
public override void ConstructFromXML(XML xml)
|
|
{
|
|
base.ConstructFromXML(xml);
|
|
|
|
state = GetControllerAt(0);
|
|
t0 = GetTransitionAt(0);
|
|
t1 = GetTransitionAt(1);
|
|
t2 = GetTransitionAt(2);
|
|
t3 = GetTransitionAt(3);
|
|
t4 = GetTransitionAt(4);
|
|
t5 = GetTransitionAt(5);
|
|
t6 = GetTransitionAt(6);
|
|
t7 = GetTransitionAt(7);
|
|
t8 = GetTransitionAt(8);
|
|
}
|
|
}
|
|
} |