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

    Enum ImageSource

    Sets which source camera to use for recording (by some specific Recorders).

    Namespace: UnityEditor.Recorder
    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.

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX