Class VectorSubLayerTreeView
Inheritance
TreeView
VectorSubLayerTreeView
Namespace:Mapbox.Editor
Assembly:cs.temp.dll.dll
Syntax
public class VectorSubLayerTreeView : TreeView
Constructors
VectorSubLayerTreeView(TreeViewState)
Declaration
public VectorSubLayerTreeView(TreeViewState state)
Parameters
Type |
Name |
Description |
TreeViewState |
state |
|
Fields
Layers
Declaration
public SerializedProperty Layers
Field Value
Type |
Description |
SerializedProperty |
|
Methods
BuildRoot()
Declaration
protected override TreeViewItem BuildRoot()
Returns
Type |
Description |
Mapbox.Editor.TreeViewItem |
|
CanRename(TreeViewItem)
Declaration
protected override bool CanRename(TreeViewItem item)
Parameters
Type |
Name |
Description |
Mapbox.Editor.TreeViewItem |
item |
|
Returns
Type |
Description |
System.Boolean |
|
RenameEnded(RenameEndedArgs)
Declaration
protected override void RenameEnded(RenameEndedArgs args)
Parameters
Type |
Name |
Description |
RenameEndedArgs |
args |
|