TreeView<TIdentifier>.RenameEndedArgs
Method arguments for the virtual method TreeView<TIdentifier>.RenameEnded.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
protected struct TreeView<TIdentifier>.RenameEndedArgs
Fields
Value | Description |
|---|---|
| acceptedRename | Is true if the rename is accepted. |
| itemID | Item with ID that are being renamed. |
| newName | Name entered in the rename overlay. |
| originalName | The original name when starting the rename. |