C# Class UnityEditor.SketchUpDataSource

Inheritance: TreeViewDataSource
Mostrar archivo Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
CanBeParent ( TreeViewItem item ) : bool
FetchData ( ) : void
FetchEnableNodes ( ) : int[]
IsRenamingItemAllowed ( TreeViewItem item ) : bool
SketchUpDataSource ( TreeViewController treeView, SketchUpNodeInfo nodes ) : System

Private Methods

Method Description
InternalFetchEnableNodes ( SketchUpNode node, List enable ) : void

Method Details

CanBeParent() public method

public CanBeParent ( TreeViewItem item ) : bool
item TreeViewItem
return bool

FetchData() public method

public FetchData ( ) : void
return void

FetchEnableNodes() public method

public FetchEnableNodes ( ) : int[]
return int[]

IsRenamingItemAllowed() public method

public IsRenamingItemAllowed ( TreeViewItem item ) : bool
item TreeViewItem
return bool

SketchUpDataSource() public method

public SketchUpDataSource ( TreeViewController treeView, SketchUpNodeInfo nodes ) : System
treeView TreeViewController
nodes SketchUpNodeInfo
return System