ResetValues()
Reset the import settings to their last saved values.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEditor.AssetImporters
- Assembly: UnityEditor.CoreModule
protected virtual void ResetValues()
Remarks
When overriding this method, a call to base.ResetValues() should be included in the overriding method.