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