Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AnimationChannel.Evaluator Class

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

    public class Evaluator
    Name Description
    Constructors
    Evaluator(IEnumerable<KeyFrameData<Single>>)
    Methods
    Evaluate(CompressedTimeSpan)
    InvalidateTime()
    | Improve this Doc View Source

    Constructors


    Evaluator(IEnumerable<KeyFrameData<Single>>)

    public Evaluator(IEnumerable<KeyFrameData<float>> keyFrames)
    Parameters
    Type Name Description
    System.Collections.Generic.IEnumerable<KeyFrameData<System.Single>> keyFrames
    | Improve this Doc View Source

    Methods


    Evaluate(CompressedTimeSpan)

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

    InvalidateTime()

    public void InvalidateTime()

    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