Class PointsOfInterestSubLayerTreeView
Inheritance
TreeView
PointsOfInterestSubLayerTreeView
Namespace:Mapbox.Editor
Assembly:cs.temp.dll.dll
Syntax
public class PointsOfInterestSubLayerTreeView : TreeView
Constructors
PointsOfInterestSubLayerTreeView(TreeViewState)
Declaration
public PointsOfInterestSubLayerTreeView(TreeViewState state)
Parameters
Type |
Name |
Description |
TreeViewState |
state |
|
Fields
hasChanged
Declaration
Field Value
Type |
Description |
System.Boolean |
|
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 |
|
RowGUI(RowGUIArgs)
Declaration
protected override void RowGUI(RowGUIArgs args)
Parameters
Type |
Name |
Description |
RowGUIArgs |
args |
|