A class used for motion tweening
| C# | Visual Basic | Visual C++ |
public class Tween : TweenBase, ITween, IAnimation, ITargetedAction, IDisposable, IAsyncAction, ICloneable
Public Class Tween _ Inherits TweenBase _ Implements ITween, IAnimation, ITargetedAction, IDisposable, _ IAsyncAction, ICloneable
public ref class Tween : public TweenBase, ITween, IAnimation, ITargetedAction, IDisposable, IAsyncAction, ICloneable
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| Tween()()()() | Initializes a new instance of the Tween class | |
| ApplyValue()()()() |
Applies the interpolated value to a target
| |
| Callback |
Callback function when fires after the tween is finished
(Inherited from TweenBase.) | |
| CheckEndValue | (Inherited from TweenBase.) | |
| CheckProperty | (Inherited from TweenBase.) | |
| CheckStartValue | (Inherited from TweenBase.) | |
| CheckTarget | (Inherited from TweenBase.) | |
| Clone()()()() |
Creates a new object that is a copy of the current instance.
(Overrides TweenBase.Clone()()()().) | |
| CurrentValue | ||
| DebugMode | ||
| Delay |
The delay before actual start
(Inherited from TweenBase.) | |
| Destroy()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
| |
| DestroyOnFinish | ||
| Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Overrides TweenBase.Dispose()()()().) | |
| Duration |
Tween duration
(Inherited from TweenBase.) | |
| Easer | ||
| EndValue | ||
| EndValueReader | ||
| EndValueReaderFunction | ||
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| Interpolator | ||
| IsChild |
Returns true if tween has a parent
(Inherited from TweenBase.) | |
| IsDone |
Returns true if tween finished playing
(Inherited from TweenBase.) | |
| IsLaunched | ||
| IsMute | ||
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Mute()()()() |
Mutes the tween
| |
| Name |
Tween name
(Inherited from TweenBase.) | |
| New()()()() |
Gets the tween from the pool
| |
| Parent |
The parent tween
(Inherited from TweenBase.) | |
| Play()()()() | (Overrides TweenBase.Play()()()().) | |
| Play(Object) | (Inherited from TweenBase.) | |
| Property |
Tweening property
(Inherited from TweenBase.) | |
| Proxy | (Overrides TweenBase.Proxy.) | |
| Reset()()()() | ||
| SetOption(TweenOption) | (Inherited from TweenBase.) | |
| SetOptions(array<TweenOption>[]()[][]) | (Inherited from TweenBase.) | |
| SetProperty(String) | (Inherited from TweenBase.) | |
| SetTarget(Object) | (Inherited from TweenBase.) | |
| StartValue | ||
| StartValueReader | ||
| StartValueReaderFunction | ||
| Stop()()()() | ||
| Target | (Overrides TweenBase.Target.) | |
| Tick()()()() | (Overrides TweenBase.Tick()()()().) | |
| ToString()()()() | (Overrides Object.ToString()()()().) |
Coded by Danko Kozar