Enum OutputPath.Root
Options specifying which root location the output path is relative to (or if the path is absolute).
Namespace: UnityEditor.Recorder
Syntax
public enum 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. |