Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AnimationChannel.ErrorNode Class

    Namespace: Stride.Animations
    Assembly: Stride.Engine.dll
    System.Object → AnimationChannel.ErrorNode
    Derived from AnimationChannel.ErrorNode:

    public class ErrorNode
    Name Description
    Constructors
    ErrorNode(LinkedListNode<KeyFrameData<Single>>, CompressedTimeSpan, Single)
    Fields
    BiggestDeltaTime
    Error
    KeyFrame
    | Improve this Doc View Source

    Constructors


    ErrorNode(LinkedListNode<KeyFrameData<Single>>, CompressedTimeSpan, Single)

    public ErrorNode(LinkedListNode<KeyFrameData<float>> keyFrame, CompressedTimeSpan biggestDeltaTime, float error)
    Parameters
    Type Name Description
    System.Collections.Generic.LinkedListNode<KeyFrameData<System.Single>> keyFrame
    CompressedTimeSpan biggestDeltaTime
    System.Single error
    | Improve this Doc View Source

    Fields


    BiggestDeltaTime

    public CompressedTimeSpan BiggestDeltaTime
    Field Value
    Type Description
    CompressedTimeSpan

    Error

    public float Error
    Field Value
    Type Description
    System.Single

    KeyFrame

    public LinkedListNode<KeyFrameData<float>> KeyFrame
    Field Value
    Type Description
    System.Collections.Generic.LinkedListNode<KeyFrameData<System.Single>>

    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