docs.unity.cn
    Show / Hide Table of Contents

    Class GenericRecorder<T>

    Base class for all Recorders.

    Inheritance
    Object
    Recorder
    GenericRecorder<T>
    BaseTextureRecorder<T>
    Inherited Members
    Recorder.RecordedFramesCount
    Recorder.m_Inputs
    Recorder.Reset()
    Recorder.SessionCreated(RecordingSession)
    Recorder.BeginRecording(RecordingSession)
    Recorder.EndRecording(RecordingSession)
    Recorder.RecordFrame(RecordingSession)
    Recorder.PrepareNewFrame(RecordingSession)
    Recorder.SkipFrame(RecordingSession)
    Recorder.Recording
    Namespace: UnityEditor.Recorder
    Syntax
    public abstract class GenericRecorder<T> : Recorder where T : RecorderSettings
    Type Parameters
    Name Description
    T

    The Recorder settings type associated with the Recorder.

    Properties

    Settings

    Indicates the Recorder settings for the current Recorder.

    Declaration
    public T Settings { get; set; }
    Property Value
    Type Description
    T
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Friday, November 5, 2021
    Terms of use