MCPcopy Create free account
hub / github.com/MyGUI/mygui / DestroyChilds

Method DestroyChilds

Wrappers/MyGUI_Sharp/Widgets/BaseWidget.cs:80–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

78 }
79
80 private void DestroyChilds()
81 {
82 while (mChilds.Count > 0)
83 {
84 BaseWidget child = mChilds[0];
85 child.Dispose();
86 child = null;
87 }
88 }
89
90 protected abstract string GetWidgetType();
91

Callers

nothing calls this directly

Calls 1

DisposeMethod · 0.45

Tested by

no test coverage detected