Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AnimationCurveEvaluatorOptimizedIntGroup Class

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

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

    Methods


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

    protected override void ProcessChannel(ref AnimationCurveEvaluatorOptimizedGroup<int>.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.Int32>.ProcessChannel(Stride.Animations.AnimationCurveEvaluatorOptimizedGroup.Channel<>, Stride.Animations.CompressedTimeSpan, System.IntPtr, System.Single)

    Inherited Members

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