Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ApplyButton()

Implements the 'Apply' button of the Inspector.
Read time 1 minuteLast updated 10 days ago

Definition

protected bool ApplyButton()

Returns

Type

Description

boolReturns true if the new settings were successfully applied.

Remarks

The Apply button saves changes made to the setting values in your custom importer. Then, it re-imports the asset with the applied settings.