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