RestoreOverlay(Overlay, SaveData)
Restores Overlay state according to the data parameter.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Overlays
- Assembly: UnityEditor.CoreModule
public void RestoreOverlay(Overlay overlay, SaveData data = null)
Parameters
Remarks
Call this method to set the overlay's position, visibility, dock area, etc. according to the values in data.