OnValidate

This function is called when the script is loaded or a value is changed in the Inspector (Called in the editor only).

Implementation

protected new virtual void OnValidate();

Reference

MonoBehaviour.OnValidatearrow-up-right

Last updated