Click or drag to resize

ITween Interface

Interface for a tween object.

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public interface ITween

The ITween type exposes the following members.

Properties
  NameDescription
Public propertyKey
The key that identifies this tween - can be null
Public propertyState
Gets the current state of the tween.
Top
Methods
  NameDescription
Public methodPause
Pauses the tween.
Public methodResume
Resumes the paused tween.
Public methodStart
Start the tween.
Public methodStop
Stops the tween.
Public methodUpdate
Updates the tween.
Top
See Also