Class RenameWindow
A window used to rename multiple actors.
Inheritance
System.Object
FlaxEngine.GUI.ScrollableControl
RenameWindow
Implements
System.IComparable
Namespace: FlaxEditor.Windows
Assembly: FlaxEngine.CSharp.dll
Syntax
public class RenameWindow : EditorWindow, IComparable, IDrawable
Methods
Show(Actor[], Editor)
Create an instance of the Rename
Declaration
public static void Show(Actor[] actorsToRename, Editor editor)