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

    Interface ICurve<T>

    Represents an animation curve that stores keyframes of generic value.

    Inherited Members
    ICurve.RelativePath
    ICurve.PropertyName
    ICurve.BindingType
    ICurve.FrameRate
    ICurve.IsEmpty()
    ICurve.Clear()
    ICurve.SetToAnimationClip(AnimationClip)
    Namespace: Unity.LiveCapture
    Syntax
    public interface ICurve<in T> : ICurve
    Type Parameters
    Name Description
    T

    The type of data to store in the curve.

    Methods

    AddKey(Double, T)

    Adds a keyframe to the curve.

    Declaration
    void AddKey(double time, T value)
    Parameters
    Type Name Description
    Double time

    The time in seconds to insert the keyframe at.

    T value

    The keyframe value.

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