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 RenameWindow to rename actors and show the window.
Declaration
public static void Show(Actor[] actorsToRename, Editor editor)
Parameters
Actor[]
actorsToRename
All actors to rename |
Editor
editor
The editor. |