Action
Unity calls this function when the user accepts an edited name, either by pressing the Enter key or by losing the keyboard input focus.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEditor.ProjectWindowCallback
- Assembly: UnityEditor.CoreModule
Action(EntityId, string, string)
Unity calls this function when the user accepts an edited name, either by pressing the Enter key or by losing the keyboard input focus.
public override void Action(EntityId entityId, string pathName, string resourceFile)
Parameters
Action(int, string, string)
Unity calls this function when the user accepts an edited name, either by pressing the Enter key or by losing the keyboard input focus.
public abstract void Action(int instanceId, string pathName, string resourceFile)