Click or drag to resize

LongSmoothener Class

Formats arguments by a specified format string to create a new string value.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.SmoothenersSmoothenerInt64
                Slash.Unity.DataBind.Foundation.Providers.SmoothenersLongSmoothener

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Smootheners
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class LongSmoothener : Smoothener<long>

The LongSmoothener type exposes the following members.

Constructors
  NameDescription
Public methodLongSmoothener
Initializes a new instance of the LongSmoothener class
Top
Methods
  NameDescription
Protected methodDoStep
Does one step for the data value.
(Overrides SmoothenerTValueDoStep(TValue, TValue, Boolean).)
Protected methodGetDifference
Returns the difference between two values.
(Overrides SmoothenerTValueGetDifference(TValue, TValue).)
Protected methodGetStep
Returns the step to take for the specified velocity and available time.
(Overrides SmoothenerTValueGetStep(TValue, Single).)
Protected methodGetVelocity
Returns the velocity required to process the specified amount in the specified duration.
(Overrides SmoothenerTValueGetVelocity(TValue, Single).)
Protected methodIsLess
Indicates if value A is less than value B.
(Overrides SmoothenerTValueIsLess(TValue, TValue).)
Top
See Also