UnityEditor.TreeViewTest.LazyTestDataSource.LazyTestDataSource C# (CSharp) Method

LazyTestDataSource() public method

public LazyTestDataSource ( UnityEditor.TreeView treeView, TreeViewTest data ) : System
treeView UnityEditor.TreeView
data TreeViewTest
return System
            public LazyTestDataSource(TreeView treeView, TreeViewTest.BackendData data) : base(treeView)
            {
                this.m_Backend = data;
                this.FetchData();
            }