C# Class UnityEditor.SketchUpNode

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

Public Properties

Property Type Description
Info SketchUpNodeInfo

Public Methods

Method Description
SketchUpNode ( int id, int depth, TreeViewItem parent, string displayName, SketchUpNodeInfo info ) : System

Private Methods

Method Description
ToggleChildren ( bool toggle ) : void
ToggleParent ( bool toggle ) : void

Method Details

SketchUpNode() public method

public SketchUpNode ( int id, int depth, TreeViewItem parent, string displayName, SketchUpNodeInfo info ) : System
id int
depth int
parent TreeViewItem
displayName string
info SketchUpNodeInfo
return System

Property Details

Info public_oe property

public SketchUpNodeInfo,UnityEditor Info
return SketchUpNodeInfo