fix:1、添加sdk。2、修复bug
This commit is contained in:
@@ -8,6 +8,7 @@ namespace FGUI.Turntable_11
|
||||
public partial class com_wheel : GComponent
|
||||
{
|
||||
public GGraph point;
|
||||
public GGraph point1;
|
||||
public GGraph startpoint;
|
||||
public com_disc disc;
|
||||
public GGraph light_parent;
|
||||
@@ -26,12 +27,13 @@ namespace FGUI.Turntable_11
|
||||
base.ConstructFromXML(xml);
|
||||
|
||||
point = (GGraph)GetChildAt(1);
|
||||
startpoint = (GGraph)GetChildAt(2);
|
||||
disc = (com_disc)GetChildAt(3);
|
||||
light_parent = (GGraph)GetChildAt(4);
|
||||
close = (GButton)GetChildAt(5);
|
||||
btn_spin = (btn_go1)GetChildAt(6);
|
||||
text_spintimes = (GTextField)GetChildAt(7);
|
||||
point1 = (GGraph)GetChildAt(2);
|
||||
startpoint = (GGraph)GetChildAt(3);
|
||||
disc = (com_disc)GetChildAt(4);
|
||||
light_parent = (GGraph)GetChildAt(5);
|
||||
close = (GButton)GetChildAt(6);
|
||||
btn_spin = (btn_go1)GetChildAt(7);
|
||||
text_spintimes = (GTextField)GetChildAt(8);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user