Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    ComputeFunctionCurveFloat Class

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

    Function float value for the IComputeCurve interface

    System.Object → ComputeFunctionCurve<System.Single> → ComputeFunctionCurveFloat
    Derived from ComputeFunctionCurveFloat:

    [DataContract("ComputeFunctionCurveFloat")]
    [Display("Function", null)]
    public class ComputeFunctionCurveFloat : ComputeFunctionCurve<float>, IComputeCurve<float>, IComputeCurve
    Name Description
    Methods
    GetElementFrom(Single)
    | Improve this Doc View Source

    Methods


    GetElementFrom(Single)

    protected override float GetElementFrom(float value)
    Parameters
    Type Name Description
    System.Single value
    Returns
    Type Description
    System.Single
    Overrides
    Stride.Animations.ComputeFunctionCurve<System.Single>.GetElementFrom(System.Single)

    Inherited Members

    ComputeFunctionCurve<Single>.PhaseShift
    ComputeFunctionCurve<Single>.Period
    ComputeFunctionCurve<Single>.Amplitude
    ComputeFunctionCurve<Single>.UpdateChanges()
    ComputeFunctionCurve<Single>.Evaluate(Single)

    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