docs.unity3d.com
    目次を表示する/隠す

    Class AnimationRecorderSettings

    Class describing the settings for Animation Recorder.

    Inheritance
    Object
    RecorderSettings
    AnimationRecorderSettings
    Inherited Members
    RecorderSettings.OutputFile
    RecorderSettings.Enabled
    RecorderSettings.Take
    RecorderSettings.FileNameGenerator
    RecorderSettings.RecordMode
    RecorderSettings.FrameRatePlayback
    RecorderSettings.FrameRate
    RecorderSettings.StartFrame
    RecorderSettings.EndFrame
    RecorderSettings.StartTime
    RecorderSettings.EndTime
    RecorderSettings.CapFrameRate
    RecorderSettings.HasErrors()
    RecorderSettings.IsAccumulationSupported()
    Namespace: UnityEditor.Recorder
    Syntax
    public class AnimationRecorderSettings : RecorderSettings

    Constructors

    AnimationRecorderSettings()

    Default constructor.

    Declaration
    public AnimationRecorderSettings()

    Properties

    AnimationInputSettings

    Stores the reference to the current Animation Recorder input settings.

    Declaration
    public AnimationInputSettings AnimationInputSettings { get; set; }
    Property Value
    Type Description
    AnimationInputSettings

    Extension

    Stores the file extension used by this Recorder (without the dot).

    Declaration
    protected override string Extension { get; }
    Property Value
    Type Description
    String
    Overrides
    RecorderSettings.Extension

    InputsSettings

    Stores the list of Input settings required by this Recorder.

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

    IsPlatformSupported

    Indicates if the current platform is supported (True) or not (False).

    Declaration
    public override bool IsPlatformSupported { get; }
    Property Value
    Type Description
    Boolean
    Overrides
    RecorderSettings.IsPlatformSupported
    Remarks

    Animation Recorder currently supports the following platforms: LinuxEditor, OSXEditor, WindowsEditor.

    Methods

    OnAfterDuplicate()

    Override this method if any post treatment needs to be done after this Recorder is duplicated in the Recorder Window.

    Declaration
    public override void OnAfterDuplicate()
    Overrides
    RecorderSettings.OnAfterDuplicate()

    ValidityCheck(List<String>)

    Tests if the Recorder is correctly configured.

    Declaration
    protected override bool ValidityCheck(List<string> errors)
    Parameters
    Type Name Description
    List<String> errors

    List of errors encountered.

    Returns
    Type Description
    Boolean

    True if there are no errors, False otherwise.

    Overrides
    RecorderSettings.ValidityCheck(List<String>)
    トップに戻る
    Copyright © 2023 Unity Technologies — 商標と利用規約
    • 法律関連
    • プライバシーポリシー
    • クッキー
    • 私の個人情報を販売または共有しない
    • Your Privacy Choices (Cookie Settings)