docs.unity3d.com
    Show / Hide Table of Contents

    Class BaseFCRecorderSettings

    Inheritance
    System.Object
    RecorderSettings
    BaseFCRecorderSettings
    Inherited Members
    RecorderSettings.outputFile
    RecorderSettings.enabled
    RecorderSettings.take
    RecorderSettings.extension
    RecorderSettings.SelfAdjustSettings()
    RecorderSettings.OnAfterDuplicate()
    Namespace: UnityEditor.Recorder.FrameCapturer
    Syntax
    public abstract class BaseFCRecorderSettings : RecorderSettings

    Properties

    imageInputSettings

    Declaration
    public ImageInputSettings imageInputSettings { get; set; }
    Property Value
    Type Description
    ImageInputSettings

    inputsSettings

    Declaration
    public override IEnumerable<RecorderInputSettings> inputsSettings { get; }
    Property Value
    Type Description
    IEnumerable<RecorderInputSettings>
    Overrides
    RecorderSettings.inputsSettings

    isPlatformSupported

    Declaration
    public override bool isPlatformSupported { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    RecorderSettings.isPlatformSupported
    Back to top Copyright © 2015-2018 Unity
    Generated by DocFX