VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | Public Attributes | Private Attributes | List of all members
AVR.Core.SettingsTreeNode Class Reference

Class representing a node from a settings-tree returned by AVR_Settings.build_tree() More...

Public Member Functions

 SettingsTreeNode (string name)
 
bool is_leaf ()
 
bool has_child (string c)
 
void add_child (SettingsTreeNode n)
 
SettingsTreeNode[] get_children ()
 
void traverse (System.Action< SettingsTreeNode > func)
 

Public Attributes

string fullname
 
string name
 
string value
 
bool foldout
 

Private Attributes

List< SettingsTreeNodechildren
 

Detailed Description

Class representing a node from a settings-tree returned by AVR_Settings.build_tree()

Definition at line 192 of file AVR_Settings.cs.