Interface ICommandEvent
Interface for Command events.
Namespace: UnityEngine.UIElements
Syntax
public interface ICommandEvent
Properties
commandName
Name of the command.
Declaration
string commandName { get; }
Property Value
Type | Description |
---|---|
String |