Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AnimationCurveEvaluatorOptimizedObjectGroup<T> Class

    Namespace: Stride.Animations
    Assembly: Stride.Engine.dll
    System.Object → AnimationCurveEvaluatorGroup → AnimationCurveEvaluatorOptimizedGroup → AnimationCurveEvaluatorOptimizedGroup<T> → AnimationCurveEvaluatorOptimizedObjectGroup<T>
    Derived from AnimationCurveEvaluatorOptimizedObjectGroup<T>:

    public class AnimationCurveEvaluatorOptimizedObjectGroup<T> : AnimationCurveEvaluatorOptimizedGroup<T>
    Type Parameters
    Name Description
    T
    Name Description
    Methods
    Evaluate(CompressedTimeSpan, IntPtr, UpdateObjectData[])
    ProcessChannel(ref AnimationCurveEvaluatorOptimizedGroup<T>.Channel, CompressedTimeSpan, UpdateObjectData[])
    | Improve this Doc View Source

    Methods


    Evaluate(CompressedTimeSpan, IntPtr, UpdateObjectData[])

    public override void Evaluate(CompressedTimeSpan newTime, IntPtr data, UpdateObjectData[] objects)
    Parameters
    Type Name Description
    CompressedTimeSpan newTime
    System.IntPtr data
    UpdateObjectData[] objects
    Overrides
    AnimationCurveEvaluatorGroup.Evaluate(CompressedTimeSpan, IntPtr, UpdateObjectData[])

    ProcessChannel(ref AnimationCurveEvaluatorOptimizedGroup<T>.Channel, CompressedTimeSpan, UpdateObjectData[])

    protected void ProcessChannel(ref AnimationCurveEvaluatorOptimizedGroup<T>.Channel channel, CompressedTimeSpan currentTime, UpdateObjectData[] objects)
    Parameters
    Type Name Description
    AnimationCurveEvaluatorOptimizedGroup.Channel<> channel
    CompressedTimeSpan currentTime
    UpdateObjectData[] objects

    Inherited Members

    AnimationCurveEvaluatorOptimizedGroup<T>.animationData
    AnimationCurveEvaluatorOptimizedGroup<T>.channels
    AnimationCurveEvaluatorOptimizedGroup<T>.ElementType
    AnimationCurveEvaluatorOptimizedGroup<T>.Initialize(AnimationData)
    AnimationCurveEvaluatorOptimizedGroup<T>.Initialize(AnimationData<T>)
    AnimationCurveEvaluatorOptimizedGroup<T>.Cleanup()
    AnimationCurveEvaluatorOptimizedGroup<T>.SetChannelOffset(String, Int32)
    AnimationCurveEvaluatorOptimizedGroup<T>.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