Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    AnimationKeyFrame<T> Class

    Namespace: Stride.Animations
    Assembly: Stride.Engine.dll
    System.Object → AnimationKeyFrame<T>
    Derived from AnimationKeyFrame<T>:

    [DataContract]
    [Display("KeyFrame", null)]
    public class AnimationKeyFrame<T>
        where T : struct
    Type Parameters
    Name Description
    T
    Name Description
    Fields
    HasChanged
    Properties
    Key
    TangentType
    Value
    | Improve this Doc View Source

    Fields


    HasChanged

    public bool HasChanged
    Field Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Properties


    Key

    [DataMember(10)]
    [Display("Key", null)]
    public float Key { get; set; }
    Property Value
    Type Description
    System.Single

    TangentType

    [DataMember(30)]
    [Display("Tangent", null)]
    public AnimationKeyTangentType TangentType { get; set; }
    Property Value
    Type Description
    AnimationKeyTangentType

    Value

    [DataMember(20)]
    [Display("Value", null)]
    public T Value { get; set; }
    Property Value
    Type Description
    T

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation