ExecuteCommandEvent
This event is sent by the Editor when an element in the panel should execute a command.
Read time 2 minutesLast updated 2 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: CommandEventBase<ExecuteCommandEvent>
- Implements: IDisposable, ICommandEvent
public class ExecuteCommandEvent : CommandEventBase<ExecuteCommandEvent>, IDisposable, ICommandEvent
Remarks
See also: Command Events.