logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ClipSettingsView

    Reads as a flat, editor-friendly view of an UnityEngine.AnimationClip's settings.

    Inheritance
    object
    ClipSettingsView
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Serenity.Editor.AnimationHub.Engine
    Assembly: Serenity.AnimationHub.Editor.dll
    Syntax
    public sealed class ClipSettingsView

    Constructors

    ClipSettingsView()

    Declaration
    public ClipSettingsView()

    Fields

    CycleOffset

    Declaration
    public float CycleOffset
    Field Value
    Type Description
    float

    FrameRate

    Declaration
    public float FrameRate
    Field Value
    Type Description
    float

    IsLegacy

    Declaration
    public bool IsLegacy
    Field Value
    Type Description
    bool

    Read-only fact from UnityEngine.AnimationClip.legacy — never written back by Write(AnimationClip, ClipSettingsView, string), which never changes a clip's legacy status.

    Length

    Declaration
    public float Length
    Field Value
    Type Description
    float

    The clip's current length in seconds — a read-only fact derived from its curves, not part of UnityEditor.AnimationUtility.GetAnimationClipSettings(UnityEngine.AnimationClip) and never written back by Write(AnimationClip, ClipSettingsView, string).

    LoopPose

    Declaration
    public bool LoopPose
    Field Value
    Type Description
    bool

    Maps to UnityEditor.AnimationClipSettings.loopBlend — the field backing the Animation import inspector's "Loop Pose" toggle.

    LoopTime

    Declaration
    public bool LoopTime
    Field Value
    Type Description
    bool

    StartTime

    Declaration
    public float StartTime
    Field Value
    Type Description
    float

    StopTime

    Declaration
    public float StopTime
    Field Value
    Type Description
    float

    WrapMode

    Declaration
    public WrapMode WrapMode
    Field Value
    Type Description
    WrapMode
    In this article
    © 2026 Serenity. All Rights Reserved