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

Definition at line 207 of file AVR_Settings.cs.

207  {
208  return this.children.Count<1;
209  }