Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AnimationCurveEvaluatorDirectFloatGroup Class

    Namespace: Stride.Animations
    Assembly: Stride.Engine.dll
    System.Object → AnimationCurveEvaluatorGroup → AnimationCurveEvaluatorDirectGroup → AnimationCurveEvaluatorDirectGroup<System.Single> → AnimationCurveEvaluatorDirectBlittableGroupBase<System.Single> → AnimationCurveEvaluatorDirectFloatGroup
    Derived from AnimationCurveEvaluatorDirectFloatGroup:

    public class AnimationCurveEvaluatorDirectFloatGroup : AnimationCurveEvaluatorDirectBlittableGroupBase<float>
    Name Description
    Methods
    ProcessChannel(ref AnimationCurveEvaluatorDirectGroup<Single>.Channel, CompressedTimeSpan, IntPtr)
    | Improve this Doc View Source

    Methods


    ProcessChannel(ref AnimationCurveEvaluatorDirectGroup<Single>.Channel, CompressedTimeSpan, IntPtr)

    protected override void ProcessChannel(ref AnimationCurveEvaluatorDirectGroup<float>.Channel channel, CompressedTimeSpan newTime, IntPtr location)
    Parameters
    Type Name Description
    AnimationCurveEvaluatorDirectGroup.Channel<> channel
    CompressedTimeSpan newTime
    System.IntPtr location
    Overrides
    Stride.Animations.AnimationCurveEvaluatorDirectBlittableGroupBase<System.Single>.ProcessChannel(Stride.Animations.AnimationCurveEvaluatorDirectGroup.Channel<>, Stride.Animations.CompressedTimeSpan, System.IntPtr)

    Inherited Members

    AnimationCurveEvaluatorDirectBlittableGroupBase<Single>.Evaluate(CompressedTimeSpan, IntPtr, UpdateObjectData[])
    AnimationCurveEvaluatorDirectGroup<Single>.channels
    AnimationCurveEvaluatorDirectGroup<Single>.ElementType
    AnimationCurveEvaluatorDirectGroup<Single>.Initialize()
    AnimationCurveEvaluatorDirectGroup<Single>.Cleanup()
    AnimationCurveEvaluatorDirectGroup<Single>.AddChannel(AnimationCurve, Int32)
    AnimationCurveEvaluatorDirectGroup<Single>.SetTime(AnimationCurveEvaluatorDirectGroup.Channel<>, CompressedTimeSpan)
    AnimationCurveEvaluatorDirectGroup.Create<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