Class ProjectFolderTreeNode
Root tree node for the project workspace.
Inheritance
System.Object
FlaxEditor.GUI.Tree.TreeNode
ProjectFolderTreeNode
Implements
System.IComparable
Namespace: FlaxEditor.Content
Assembly: FlaxEngine.CSharp.dll
Syntax
public sealed class ProjectFolderTreeNode : ContentFolderTreeNode, IComparable, IDrawable
Constructors
ProjectFolderTreeNode(ProjectInfo)
Initializes a new instance of the ProjectFolderTreeNode class.
Declaration
public ProjectFolderTreeNode(ProjectInfo project)
Parameters
|
ProjectInfo
project
The project. |
Fields
Content
The project content directory.
Declaration
public MainContentFolderTreeNode Content
Field Value
|
MainContentFolderTreeNode
|
Project
Source
The project source code directory.
Declaration
public MainContentFolderTreeNode Source
Field Value
|
MainContentFolderTreeNode
|
Properties
NavButtonLabel
Methods
Compare(Control)
Declaration
public override int Compare(Control other)
Parameters
|
Control
other
|
Returns
|
System.Int32
|