Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AnimationCurveEvaluatorOptimizedGroup Class

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

    public abstract class AnimationCurveEvaluatorOptimizedGroup : AnimationCurveEvaluatorGroup
    Name Description
    Methods
    Create<T>()
    Initialize(AnimationData)
    SetChannelOffset(String, Int32)
    | Improve this Doc View Source

    Methods


    Create<T>()

    public static AnimationCurveEvaluatorOptimizedGroup Create<T>()
    Returns
    Type Description
    AnimationCurveEvaluatorOptimizedGroup
    Type Parameters
    Name Description
    T

    Initialize(AnimationData)

    public abstract void Initialize(AnimationData animationData)
    Parameters
    Type Name Description
    AnimationData animationData

    SetChannelOffset(String, Int32)

    public abstract void SetChannelOffset(string name, int offset)
    Parameters
    Type Name Description
    System.String name
    System.Int32 offset

    Inherited Members

    AnimationCurveEvaluatorGroup.ElementType
    AnimationCurveEvaluatorGroup.Evaluate(CompressedTimeSpan, IntPtr, UpdateObjectData[])
    AnimationCurveEvaluatorGroup.Cleanup()

    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