Struct TreeView.RenameEndedArgs
Inherited Members
Namespace: UnityEditor.IMGUI.Controls
Assembly: UnityEditor.dll
Syntax
protected struct RenameEndedArgs
Fields
| Improve this Doc View SourceacceptedRename
Declaration
public bool acceptedRename
Field Value
| Type | Description |
|---|---|
| Boolean |
itemID
Declaration
public int itemID
Field Value
| Type | Description |
|---|---|
| Int32 |
newName
Declaration
public string newName
Field Value
| Type | Description |
|---|---|
| String |
originalName
Declaration
public string originalName
Field Value
| Type | Description |
|---|---|
| String |