Enum ImageSource
Sets which source camera to use for recording (by some specific Recorders).
Namespace: UnityEditor.Recorder
Syntax
[Flags]
public enum ImageSource
Fields
| Name | Description | Value |
|---|---|---|
| ActiveCamera | Use the current active camera. |
1 |
| MainCamera | Use the main camera. |
2 |
| TaggedCamera | Use the first camera that matches a GameObject tag. |
4 |