Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AnimationChannel.EvaluatorData Struct

    Namespace: Stride.Animations
    Assembly: Stride.Engine.dll

    public struct EvaluatorData
    Name Description
    Fields
    ValueEnd
    ValueNext
    ValuePrev
    ValueStart
    Methods
    Evaluate(Single)
    | Improve this Doc View Source

    Fields


    ValueEnd

    public KeyFrameData<float> ValueEnd
    Field Value
    Type Description
    KeyFrameData<System.Single>

    ValueNext

    public KeyFrameData<float> ValueNext
    Field Value
    Type Description
    KeyFrameData<System.Single>

    ValuePrev

    public KeyFrameData<float> ValuePrev
    Field Value
    Type Description
    KeyFrameData<System.Single>

    ValueStart

    public KeyFrameData<float> ValueStart
    Field Value
    Type Description
    KeyFrameData<System.Single>
    | Improve this Doc View Source

    Methods


    Evaluate(Single)

    public float Evaluate(float t)
    Parameters
    Type Name Description
    System.Single t
    Returns
    Type Description
    System.Single

    Inherited Members

    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()

    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