Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AnimationClipEvaluator Class

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

    Evaluates AnimationClip to a AnimationClipResult at a given time.

    System.Object → AnimationClipEvaluator
    Derived from AnimationClipEvaluator:

    public sealed class AnimationClipEvaluator
    Name Description
    Properties
    Clip
    Methods
    AddCurveValues(CompressedTimeSpan, AnimationClipResult)
    Compute(CompressedTimeSpan, AnimationClipResult)
    | Improve this Doc View Source

    Properties


    Clip

    public AnimationClip Clip { get; }
    Property Value
    Type Description
    AnimationClip
    | Improve this Doc View Source

    Methods


    AddCurveValues(CompressedTimeSpan, AnimationClipResult)

    public void AddCurveValues(CompressedTimeSpan newTime, AnimationClipResult result)
    Parameters
    Type Name Description
    CompressedTimeSpan newTime
    AnimationClipResult result

    Compute(CompressedTimeSpan, AnimationClipResult)

    public void Compute(CompressedTimeSpan newTime, AnimationClipResult result)
    Parameters
    Type Name Description
    CompressedTimeSpan newTime
    AnimationClipResult result

    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