UnityEditor.TreeViewTest.TreeViewTest C# (CSharp) Method

TreeViewTest() public method

public TreeViewTest ( EditorWindow editorWindow, bool lazy ) : System
editorWindow EditorWindow
lazy bool
return System
        public TreeViewTest(EditorWindow editorWindow, bool lazy)
        {
            this.m_EditorWindow = editorWindow;
            this.m_Lazy = lazy;
        }