Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AnimationCurveEvaluatorOptimizedFloatGroup Class

    Namespace: Stride.Animations
    Assembly: Stride.Engine.dll
    System.Object → AnimationCurveEvaluatorGroup → AnimationCurveEvaluatorOptimizedGroup → AnimationCurveEvaluatorOptimizedGroup<System.Single> → AnimationCurveEvaluatorOptimizedBlittableGroupBase<System.Single> → AnimationCurveEvaluatorOptimizedFloatGroup
    Derived from AnimationCurveEvaluatorOptimizedFloatGroup:

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

    Methods


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

    protected override void ProcessChannel(ref AnimationCurveEvaluatorOptimizedGroup<float>.Channel channel, CompressedTimeSpan currentTime, IntPtr location, float factor)
    Parameters
    Type Name Description
    AnimationCurveEvaluatorOptimizedGroup.Channel<> channel
    CompressedTimeSpan currentTime
    System.IntPtr location
    System.Single factor
    Overrides
    Stride.Animations.AnimationCurveEvaluatorOptimizedBlittableGroupBase<System.Single>.ProcessChannel(Stride.Animations.AnimationCurveEvaluatorOptimizedGroup.Channel<>, Stride.Animations.CompressedTimeSpan, System.IntPtr, System.Single)

    Inherited Members

    AnimationCurveEvaluatorOptimizedBlittableGroupBase<Single>.Evaluate(CompressedTimeSpan, IntPtr, UpdateObjectData[])
    AnimationCurveEvaluatorOptimizedBlittableGroupBase<Single>.ProcessChannel(AnimationCurveEvaluatorOptimizedGroup.Channel<>, CompressedTimeSpan, IntPtr)
    AnimationCurveEvaluatorOptimizedGroup<Single>.animationData
    AnimationCurveEvaluatorOptimizedGroup<Single>.channels
    AnimationCurveEvaluatorOptimizedGroup<Single>.ElementType
    AnimationCurveEvaluatorOptimizedGroup<Single>.Initialize(AnimationData)
    AnimationCurveEvaluatorOptimizedGroup<Single>.Initialize(AnimationData<Single>)
    AnimationCurveEvaluatorOptimizedGroup<Single>.Cleanup()
    AnimationCurveEvaluatorOptimizedGroup<Single>.SetChannelOffset(String, Int32)
    AnimationCurveEvaluatorOptimizedGroup<Single>.SetTime(CompressedTimeSpan)
    AnimationCurveEvaluatorOptimizedGroup.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