Click or drag to resize
CreateEmptyInCenterEditor Class
Creates a new, empty game object at the center of the current selection, and reparents all selected game objects to the new one.
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      Editor
        Slash.Unity.Editor.Common.MenuItems.UtilCreateEmptyInCenterEditor

Namespace: Slash.Unity.Editor.Common.MenuItems.Util
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public class CreateEmptyInCenterEditor : Editor

The CreateEmptyInCenterEditor type exposes the following members.

Constructors
  NameDescription
Public methodCreateEmptyInCenterEditor
Initializes a new instance of the CreateEmptyInCenterEditor class
Top
Methods
  NameDescription
Public methodStatic memberCreateEmptyInCenter
Top
See Also