Click or drag to resize

DataTree Class

Handles the data nodes as a tree structure and allows to access the data via a path.
Inheritance Hierarchy
SystemObject
  Slash.Unity.DataBind.Core.DataDataTree

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class DataTree

The DataTree type exposes the following members.

Constructors
  NameDescription
Public methodDataTree
Constructor.
Top
Methods
  NameDescription
Public methodGetValue
Returns the value at the specified path.
Public methodRegisterListener
Registers a callback at the specified path.
Public methodRemoveListener
Removes the callback from the specified path.
Public methodSetValue
Sets the specified value at the specified path.
Top
See Also