Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    BinaryCurveOperator Enum

    Namespace: Stride.Animations
    Assembly: Stride.Engine.dll

    public enum BinaryCurveOperator

    Fields

    Name Description
    Add

    Add the sampled value of both sides.

    Multiply

    Multiplies the left sampled value by the right sampled value

    Subtract

    Subtracts the right sampled value from the left sampled value.

    Extension Methods

    ComponentBaseExtensions.DisposeBy<BinaryCurveOperator>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<BinaryCurveOperator>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation