Enum OutputPath.Root
Options specifying which root location the output path is relative to (or if the path is absolute).
Namespace: UnityEditor.Recorder
Assembly: Unity.Recorder.Editor.dll
Syntax
public enum OutputPath.Root
Fields
Name | Description |
---|---|
Absolute | Absolute path. |
AssetsFolder | Relative path to Assets. |
PersistentData | Relative path to PersistentData. |
Project | Relative path to Project file (parent of Assets). |
StreamingAssets | Relative path to StreamingAssets. |
TemporaryCache | Relative path to Temporary Cache. |