|
|
|
@ -88,6 +88,12 @@ namespace EGFramework.Examples.Test
@@ -88,6 +88,12 @@ namespace EGFramework.Examples.Test
|
|
|
|
|
{ |
|
|
|
|
GD.Print("Name:" + e["Name"] + "Age:" + e["Age"] + "School:" + e["School"] + "Path:" + e["Path"]); |
|
|
|
|
}, "Edit"); |
|
|
|
|
DataStu dataStu = new DataStu("F", 1, "DE"); |
|
|
|
|
EGodotEditList editList2 = container.CreateNode<EGodotEditList>(); |
|
|
|
|
editList2.InitList(dataStu.EGenerateDictiontaryByObject(), e => |
|
|
|
|
{ |
|
|
|
|
GD.Print("Name:" + e["Name"] + "Age:" + e["Age"] + "School:" + e["School"] + "Path:" + e["Path"]); |
|
|
|
|
}, "Edit"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public void TestJson() |
|
|
|
|