Class TreeViewPanel
The content tree view panel.
Implements
System.IComparable
Namespace: FlaxEditor.Content
Assembly: FlaxEngine.CSharp.dll
Syntax
public class TreeViewPanel : Panel, IComparable, IDrawable
Constructors
TreeViewPanel()
Fields
ContentTree
The content tree assigned to this panel.
Declaration
public Tree ContentTree
Field Value
|
FlaxEditor.GUI.Tree.Tree
|
Methods
Copy()
Copies the items.
Declaration
public void Copy()
Cut()
Cuts the items.
Declaration
public void Cut()
Delete()
Deletes the selected items.
Declaration
public void Delete()
Duplicate()
Duplicates the selected items.
Declaration
public void Duplicate()
OnKeyDown(KeyboardKeys)
When key goes down
Declaration
public override bool OnKeyDown(KeyboardKeys key)
Parameters
|
KeyboardKeys
key
Key value |
Returns
|
System.Boolean
True if event has been handled, otherwise false |
Overrides
Paste()
Pastes the items.
Declaration
public void Paste()
Rename()
Renames the selected item.
Declaration
public void Rename()