You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Passing the associated Camera as a parameter should not be needed (only CameraState should be important). See how we can break that dependency when doing the proper refactoring.
public abstract void Update(CameraState cameraState, Camera cam, EditorWindow window);