The base class for tweens and similar (actions..)

C# | Visual Basic | Visual C++ |
public abstract class TweenBase : IAnimation, ITargetedAction, IDisposable, IAsyncAction, ICloneable
Public MustInherit Class TweenBase _ Implements IAnimation, ITargetedAction, IDisposable, IAsyncAction, _ ICloneable
public ref class TweenBase abstract : IAnimation, ITargetedAction, IDisposable, IAsyncAction, ICloneable

All Members | Constructors | Methods | Properties | Fields | |
Icon | Member | Description |
---|---|---|
![]() | TweenBase()()()() | Initializes a new instance of the TweenBase class |
![]() | Callback |
Callback function when fires after the tween is finished
|
![]() | CheckEndValue | |
![]() | CheckProperty | |
![]() | CheckStartValue | |
![]() | CheckTarget | |
![]() | Clone()()()() |
Creates a new object that is a copy of the current instance.
|
![]() | Delay |
The delay before actual start
|
![]() | Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
![]() | Duration |
Tween duration
|
![]() | 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.) |
![]() | IsChild |
Returns true if tween has a parent
|
![]() | IsDone |
Returns true if tween finished playing
|
![]() | MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Name |
Tween name
|
![]() | Parent |
The parent tween
|
![]() | Play()()()() | |
![]() | Play(Object) | |
![]() | Property |
Tweening property
|
![]() | Proxy | |
![]() ![]() | ReadValue(Object, String) |
Reads the value from the given object
TODO: use the one from Core utils?
|
![]() | SetOption(TweenOption) | |
![]() | SetOptions(array<TweenOption>[]()[][]) | |
![]() | SetProperty(String) | |
![]() | SetTarget(Object) | |
![]() | Stop()()()() | |
![]() | Target |
Tweening target
|
![]() | Tick()()()() | |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |

Object | ||
![]() | TweenBase | |
![]() | Action | |
![]() | Composite | |
![]() | SetProperty | |
![]() | SetPropertyFunc | |
![]() | Tween |