PopCamera(Camera)
Retrieve all camera settings.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static void PopCamera(Camera camera)
Parameters
Remarks
A call to PopCamera will retrieve the most recently stored Camera settings added to a "stack" structure by HandleUtility.PushCamera. This allows for easy saving and restoration of temporary camera changes.