C# Class UnityEditor.SketchUpImportDlg

Inheritance: EditorWindow
Afficher le fichier Open project: randomize/VimConfig Class Usage Examples

Private Properties

Свойство Type Description
HandleKeyboardEvents void
Launch void
LaunchAsModal int[]
OnGUI void
OnLostFocus void

Méthodes publiques

Méthode Description
Init ( SketchUpNodeInfo nodes, SketchUpImporterModelEditor suModelEditor ) : void
OnTreeSelectionChanged ( int selection ) : void

Private Methods

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

Method Details

Init() public méthode

public Init ( SketchUpNodeInfo nodes, SketchUpImporterModelEditor suModelEditor ) : void
nodes SketchUpNodeInfo
suModelEditor SketchUpImporterModelEditor
Résultat void

OnTreeSelectionChanged() public méthode

public OnTreeSelectionChanged ( int selection ) : void
selection int
Résultat void