Class MainContentTreeNode
Content tree node used for main directories.
Inheritance
System.Object
FlaxEditor.GUI.Tree.TreeNode
MainContentTreeNode
Implements
System.IComparable
Namespace: FlaxEditor.Content
Assembly: FlaxEngine.CSharp.dll
Syntax
public class MainContentTreeNode : ContentTreeNode, IComparable, IDrawable
Constructors
MainContentTreeNode(ProjectTreeNode, ContentFolderType, String)
Initializes a new instance of the MainContentTreeNode class.
Declaration
public MainContentTreeNode(ProjectTreeNode parent, ContentFolderType type, string path)
Parameters
ProjectTreeNode
parent
The parent project. |
FlaxEditor.Content.ContentFolderType
type
The folder type. |
System.String
path
The folder path. |
Properties
CanDelete
Whether this node can be deleted.
Declaration
public override bool CanDelete { get; }
Property Value
System.Boolean
|
Overrides
CanDuplicate
Whether this node can be duplicated.
Declaration
public override bool CanDuplicate { get; }
Property Value
System.Boolean
|