ClearCamera(Rect, Camera)
Clears the camera.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static void ClearCamera(Rect position, Camera camera)
Parameters
Remarks
The camera used by the Handle class is cleared before being used. This may happen, for example, before is used.
DrawCamera