Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnValidate()

This function is called when the importer is loaded or a value is changed in the Inspector.
Read time 1 minuteLast updated 10 days ago

Definition

public void OnValidate()

Remarks

You can use this to ensure that when you modify data in an editor, that data stays within a certain range.