C# Class UnityEditor.SketchUpImportDlg

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

Private Properties

Property Type Description
HandleKeyboardEvents void
Launch void
LaunchAsModal int[]
OnGUI void
OnLostFocus void

Public Methods

Method Description
Init ( SketchUpNodeInfo nodes, SketchUpImporterModelEditor suModelEditor ) : void
OnTreeSelectionChanged ( int selection ) : void

Private Methods

Method Description
HandleKeyboardEvents ( ) : void
Launch ( SketchUpNodeInfo nodes, SketchUpImporterModelEditor suModelEditor ) : void
LaunchAsModal ( SketchUpNodeInfo nodes ) : int[]
OnGUI ( ) : void
OnLostFocus ( ) : void

Method Details

Init() public method

public Init ( SketchUpNodeInfo nodes, SketchUpImporterModelEditor suModelEditor ) : void
nodes SketchUpNodeInfo
suModelEditor SketchUpImporterModelEditor
return void

OnTreeSelectionChanged() public method

public OnTreeSelectionChanged ( int selection ) : void
selection int
return void