Show / Hide Table of Contents

Struct TreeView.RenameEndedArgs

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.IMGUI.Controls
Assembly: UnityEditor.dll
Syntax
protected struct RenameEndedArgs

Fields

| Improve this Doc View Source

acceptedRename

Declaration
public bool acceptedRename
Field Value
Type Description
Boolean
| Improve this Doc View Source

itemID

Declaration
public int itemID
Field Value
Type Description
Int32
| Improve this Doc View Source

newName

Declaration
public string newName
Field Value
Type Description
String
| Improve this Doc View Source

originalName

Declaration
public string originalName
Field Value
Type Description
String

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX