Class AnimationInput | Unity Recorder | 2.1.0-preview.1
docs.unity3d.com
    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, IDisposable

    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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023