docs.unity.cn
    Show / Hide Table of Contents

    Class RecorderInputSettings

    Base class that represents a RecorderSetting Input that can be recorded from. (like a Camera, a RenderTexture...)

    Inheritance
    Object
    RecorderInputSettings
    AnimationInputSettings
    AudioInputSettings
    ImageInputSettings
    Namespace: UnityEditor.Recorder
    Syntax
    public abstract class RecorderInputSettings : object

    Properties

    InputType

    Declaration
    protected abstract Type InputType { get; }
    Property Value
    Type Description
    Type

    Methods

    ValidityCheck(List<String>)

    Declaration
    protected abstract bool ValidityCheck(List<string> errors)
    Parameters
    Type Name Description
    List<String> errors
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Friday, November 5, 2021
    Terms of use