C# Class UnityEditor.GameObjectTreeViewItem

Inheritance: TreeViewItem
显示文件 Open project: randomize/VimConfig Class Usage Examples

Public Methods

Method Description
GameObjectTreeViewItem ( int id, int depth, TreeViewItem parent, string displayName ) : System

Method Details

GameObjectTreeViewItem() public method

public GameObjectTreeViewItem ( int id, int depth, TreeViewItem parent, string displayName ) : System
id int
depth int
parent TreeViewItem
displayName string
return System