IsDisplayReferencedByCameras(int)
Check if any enabled camera can render to a particular display.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public static bool IsDisplayReferencedByCameras(int displayIndex)
Parameters
Display index.
Returns
Type | Description |
|---|---|
| bool | True if a camera will render to the display. |