Cancelled
Unity calls this function when the user presses the Escape key to cancel editing a name.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.ProjectWindowCallback
- Assembly: UnityEditor.CoreModule
Cancelled(EntityId, string, string)
Unity calls this function when the user presses the Escape key to cancel editing a name.
public override void Cancelled(EntityId entityId, string pathName, string resourceFile)
Parameters
Cancelled(int, string, string)
Unity calls this function when the user presses the Escape key to cancel editing a name.
public virtual void Cancelled(int instanceId, string pathName, string resourceFile)