Class RecorderOptions
Options class for the Recorder
Inherited Members
Namespace: UnityEditor.Recorder
Assembly: Unity.Recorder.Editor.dll
Syntax
public static class RecorderOptions
Properties
ShowRecorderGameObject
The recorder uses a "Unity-RecorderSessions" GameObject to store Scene references and manage recording sessions. If true, this GameObject will be visible in the Scene Hierarchy.
Declaration
public static bool ShowRecorderGameObject { get; set; }
Property Value
Type | Description |
---|---|
bool |
VerboseMode
If true, the recorder will log additional recording steps into the Console.
Declaration
public static bool VerboseMode { get; set; }
Property Value
Type | Description |
---|---|
bool |