Enum OutputPath.Root | Unity Recorder | 2.1.0-preview.1
docs.unity.cn
    Show / Hide Table of Contents

    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.

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX