Experimental: this API is experimental and might be changed or removed in the future.

AssetImporterEditor.RevertButton

매뉴얼로 전환
protected void RevertButton ();
protected void RevertButton (string buttonText);

파라미터

buttonTextText to display on button.

설명

Implements the 'Revert' button of the inspector.

The revert button will revert any changes to the values in your custom importer back to the most recently saved values. You can change the text displayed on the button, but not the functionality of the button.