Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ValidateCommandEvent

This event is sent by the Editor while it determines whether the command will be handled by an element in the panel.
Read time 2 minutesLast updated 2 days ago

Definition

public class ValidateCommandEvent : CommandEventBase<ValidateCommandEvent>, IDisposable, ICommandEvent

Remarks

See also: Command Events.

Inheritance