VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
void AVR.Core.SettingsTreeNode.add_child ( SettingsTreeNode  n)
inline

Definition at line 215 of file AVR_Settings.cs.

215  {
216  this.children.Add(n);
217  n.fullname = this.fullname+"/"+n.fullname;
218  }