Reset()
Reset to default values.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.AssetImporters
public void Reset()
Remarks
Reset is called when the user hits the Reset button in the Inspector's context menu or on first import of the asset file. Reset is most commonly used to give good default values in the Inspector.