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.OnValidate

Last updated