Class ExplorerLambdaItem
Inherited Members
UnityEditor.IMGUI.Controls.TreeViewItem.CompareTo(UnityEditor.IMGUI.Controls.TreeViewItem)
UnityEditor.IMGUI.Controls.TreeViewItem.ToString()
Namespace: Ludiq.Bolt
Syntax
public sealed class ExplorerLambdaItem : ExplorerItem, IComparable<TreeViewItem>
Constructors
ExplorerLambdaItem(ExplorerTreeView, String, EditorTexture)
Declaration
public ExplorerLambdaItem(ExplorerTreeView treeView, string label, EditorTexture icon = null)
Parameters
Type | Name | Description |
---|---|---|
ExplorerTreeView | treeView | |
String | label | |
EditorTexture | icon |