Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AnimationCurveEvaluatorOptimizedBlittableGroupBase<T> Class

    Namespace: Stride.Animations
    Assembly: Stride.Engine.dll
    System.Object → AnimationCurveEvaluatorGroup → AnimationCurveEvaluatorOptimizedGroup → AnimationCurveEvaluatorOptimizedGroup<T> → AnimationCurveEvaluatorOptimizedBlittableGroupBase<T>
    Derived from AnimationCurveEvaluatorOptimizedBlittableGroupBase<T>: AnimationCurveEvaluatorOptimizedBlittableGroup<T> AnimationCurveEvaluatorOptimizedFloatGroup AnimationCurveEvaluatorOptimizedIntGroup AnimationCurveEvaluatorOptimizedQuaternionGroup AnimationCurveEvaluatorOptimizedVector3Group AnimationCurveEvaluatorOptimizedVector4Group

    public abstract class AnimationCurveEvaluatorOptimizedBlittableGroupBase<T> : AnimationCurveEvaluatorOptimizedGroup<T>
    Type Parameters
    Name Description
    T
    Name Description
    Methods
    Evaluate(CompressedTimeSpan, IntPtr, UpdateObjectData[])
    ProcessChannel(ref AnimationCurveEvaluatorOptimizedGroup<T>.Channel, CompressedTimeSpan, IntPtr)
    ProcessChannel(ref AnimationCurveEvaluatorOptimizedGroup<T>.Channel, CompressedTimeSpan, IntPtr, Single)
    | 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, IntPtr)

    protected void ProcessChannel(ref AnimationCurveEvaluatorOptimizedGroup<T>.Channel channel, CompressedTimeSpan currentTime, IntPtr data)
    Parameters
    Type Name Description
    AnimationCurveEvaluatorOptimizedGroup.Channel<> channel
    CompressedTimeSpan currentTime
    System.IntPtr data

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

    protected abstract void ProcessChannel(ref AnimationCurveEvaluatorOptimizedGroup<T>.Channel channel, CompressedTimeSpan currentTime, IntPtr data, float factor)
    Parameters
    Type Name Description
    AnimationCurveEvaluatorOptimizedGroup.Channel<> channel
    CompressedTimeSpan currentTime
    System.IntPtr data
    System.Single factor

    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