docs.unity.cn
    Show / Hide Table of Contents

    Class AnimationInput

    Use this class to record animations in the scene in the Unity native format.

    Inheritance
    Object
    RecorderInput
    AnimationInput
    Inherited Members
    RecorderInput.settings
    RecorderInput.Dispose()
    RecorderInput.Dispose(Boolean)
    RecorderInput.SessionCreated(RecordingSession)
    RecorderInput.NewFrameStarting(RecordingSession)
    RecorderInput.FrameDone(RecordingSession)
    RecorderInput.EndRecording(RecordingSession)
    Namespace: UnityEditor.Recorder.Input
    Syntax
    public class AnimationInput : RecorderInput

    Properties

    GameObjectRecorder

    Indicates the internal GameObject Recorder to use for the capture.

    Declaration
    public GameObjectRecorder GameObjectRecorder { get; }
    Property Value
    Type Description
    GameObjectRecorder

    Methods

    BeginRecording(RecordingSession)

    Declaration
    protected override void BeginRecording(RecordingSession session)
    Parameters
    Type Name Description
    RecordingSession session
    Overrides
    RecorderInput.BeginRecording(RecordingSession)

    NewFrameReady(RecordingSession)

    Declaration
    protected override void NewFrameReady(RecordingSession session)
    Parameters
    Type Name Description
    RecordingSession session
    Overrides
    RecorderInput.NewFrameReady(RecordingSession)
    Back to top Copyright © 2021 Unity Technologies
    Generated by DocFX
    on Friday, November 5, 2021
    Terms of use