C# Class UnityEditor.TreeViewExamples.FooTreeViewItem

Inheritance: TreeViewItem
显示文件 Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
FooTreeViewItem ( int id, int depth, TreeViewItem parent, string displayName, BackendData foo ) : System

Method Details

FooTreeViewItem() public method

public FooTreeViewItem ( int id, int depth, TreeViewItem parent, string displayName, BackendData foo ) : System
id int
depth int
parent TreeViewItem
displayName string
foo BackendData
return System