UnityEditor.ProjectBrowserColumnOneTreeViewDataSource.IsVisibleRootNode C# (CSharp) 메소드

IsVisibleRootNode() 공개 메소드

public IsVisibleRootNode ( TreeViewItem item ) : bool
item TreeViewItem
리턴 bool
        public bool IsVisibleRootNode(TreeViewItem item)
        {
            return ((item.parent != null) && (item.parent.parent == null));
        }