Click or drag to resize

TweenOperation Class

Provides a float value that smoothly changes over time till it reaches the target value.

Input: Number

Output: Number

Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Core.PresentationDataProvider
              Slash.Unity.DataBind.Foundation.Providers.OperationsTweenOperation

Namespace:  Slash.Unity.DataBind.Foundation.Providers.Operations
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class TweenOperation : DataProvider

The TweenOperation type exposes the following members.

Constructors
  NameDescription
Public methodTweenOperation
Initializes a new instance of the TweenOperation class
Top
Properties
Methods
Fields
  NameDescription
Public fieldChangePerSecond
How much the value should change per second.
Public fieldTargetValue
Target value of tween.
Top
See Also