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