VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
SettingsTreeNode [] AVR.Core.SettingsTreeNode.get_children ( )
inline

Definition at line 220 of file AVR_Settings.cs.

220  {
221  return children.ToArray();
222  }