C# Class FullInspector.Modules.fiSerializerMigrationUtilityEditorWindow

Inheritance: EditorWindow
显示文件 Open project: jacobdufault/fullinspector

Public Methods

Method Description
OnEnable ( ) : void
OnGUI ( ) : void
OnSelectionChange ( ) : void

Private Methods

Method Description
BeforeMigrate ( ) : void
CheckAnnotationsPopup ( ) : bool
DisplayPostSerializeMessage ( ) : void
DisplayScenesGUI ( ) : void
DisplaySelection ( ) : UnityEngine.GameObject[]
EnsureResources ( ) : void
ShowWindow ( ) : void
SplitRect ( Rect rect, float leftSize, float margin, Rect &left, Rect &right ) : void
WithTemporaryLabelWidth ( float width, System.Action code ) : void

Method Details

OnEnable() public method

public OnEnable ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnSelectionChange() public method

public OnSelectionChange ( ) : void
return void