Class ExplorerEmbedGraphItem
Inheritance
ExplorerEmbedGraphItem
Inherited Members
UnityEditor.IMGUI.Controls.TreeViewItem.CompareTo(UnityEditor.IMGUI.Controls.TreeViewItem)
UnityEditor.IMGUI.Controls.TreeViewItem.ToString()
Syntax
public class ExplorerEmbedGraphItem : ExplorerItem, IComparable<TreeViewItem>
Constructors
ExplorerEmbedGraphItem(ExplorerTreeView, IEmbedGraph)
Declaration
public ExplorerEmbedGraphItem(ExplorerTreeView treeView, IEmbedGraph graph)
Parameters
Properties
canRename
Declaration
public override bool canRename { get; }
Property Value
Overrides
displayName
Declaration
public override string displayName { get; set; }
Property Value
Overrides
graph
Declaration
public IEmbedGraph graph { get; }
Property Value
icon
Declaration
public override Texture2D icon { get; set; }
Property Value
Overrides
Methods
MatchesSearch(SearchQuery)
Declaration
public override bool MatchesSearch(SearchQuery query)
Parameters
Returns
Overrides
Rename(String)
Declaration
public override void Rename(string newName)
Parameters
Type |
Name |
Description |
String |
newName |
|
Overrides
Select()
Declaration
public override void Select()
Overrides
Extension Methods