Click or drag to resize

ColorTween Class

Object used to tween Color values.
Inheritance Hierarchy
SystemObject
  DigitalRuby.WeatherMakerTweenColor
    DigitalRuby.WeatherMakerColorTween

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public class ColorTween : Tween<Color>

The ColorTween type exposes the following members.

Constructors
  NameDescription
Public methodColorTween
Initializes a new ColorTween instance.
Top
Properties
  NameDescription
Public propertyCurrentProgress
Gets the current progress of the tween (0 - 1).
(Inherited from TweenT.)
Public propertyCurrentTime
Gets the current time of the tween.
(Inherited from TweenT.)
Public propertyCurrentValue
Gets the current value of the tween.
(Inherited from TweenT.)
Public propertyDelay
Delay before starting the tween
(Inherited from TweenT.)
Public propertyDuration
Gets the duration of the tween.
(Inherited from TweenT.)
Public propertyEndValue
Gets the ending value of the tween.
(Inherited from TweenT.)
Public propertyForceUpdate
Whether to force update even if renderer is null or not visible or deactivated, default is false
(Inherited from TweenT.)
Public propertyGameObject
The game object - null if none
(Inherited from TweenT.)
Public propertyKey
The key that identifies this tween - can be null
(Inherited from TweenT.)
Public propertyRenderer
The renderer - null if none
(Inherited from TweenT.)
Public propertyStartValue
Gets the starting value of the tween.
(Inherited from TweenT.)
Public propertyState
Gets the current state of the tween.
(Inherited from TweenT.)
Top
Methods
  NameDescription
Public methodContinueWithTNewTween
Set another tween to execute when this tween finishes. Inherits the Key and if using Unity, GameObject, Renderer and ForceUpdate properties.
(Inherited from TweenT.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPause
Pauses the tween.
(Inherited from TweenT.)
Public methodResume
Resumes the paused tween.
(Inherited from TweenT.)
Public methodSetup
Initialize a tween.
(Inherited from TweenT.)
Public methodStart
Starts a tween. Setup must be called first.
(Inherited from TweenT.)
Public methodStop
Stops the tween.
(Inherited from TweenT.)
Public methodToString (Inherited from Object.)
Public methodUpdate
Updates the tween.
(Inherited from TweenT.)
Top
See Also