Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


validate

Whether the method decorated by this instance of the menu item attribute is a validate function.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Field
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public bool validate

Remarks

This field stores the value set by the
isValidateFunction
parameter passed to the constructor. The field is public only for the benefit of Unity systems. Initialize it via the constructor parameter and don't modify it again.