Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    AnimationCurveEvaluatorDirectGroup Class

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

    public abstract class AnimationCurveEvaluatorDirectGroup : AnimationCurveEvaluatorGroup
    Name Description
    Methods
    AddChannel(AnimationCurve, Int32)
    Create<T>()
    | Improve this Doc View Source

    Methods


    AddChannel(AnimationCurve, Int32)

    public abstract void AddChannel(AnimationCurve curve, int offset)
    Parameters
    Type Name Description
    AnimationCurve curve
    System.Int32 offset

    Create<T>()

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

    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