| C# | Visual Basic | Visual C++ |
public class TweenRegistry
Public Class TweenRegistry
public ref class TweenRegistry
| All Members | Methods | Properties | Fields | ||
| Icon | Member | Description |
|---|---|---|
| Add(IAnimation) |
Adds a tween
| |
| CancelSimilar(IAnimation) |
Disposes and removes similar tweens
Similar tweens are tweens twenning the same target by the one of affected properties
| |
| DebugMode | ||
| 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.) | |
| Find(Predicate<(Of <<'(IAnimation>)>>)) |
Finds a tween
| |
| FindAll(Predicate<(Of <<'(IAnimation>)>>)) |
Finds all tweens
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetTween(Object, String) |
Returns the tween tweening the specified property on target
| |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| Instance |
Singleton instance
| |
| LogConnect | ||
| LogDisconnect | ||
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Receive(array<Object>[]()[][]) |
Pre render slot
| |
| Remove(IAnimation) |
Removes the tween
| |
| Remove(Object, String) |
Removes the tween
| |
| RemoveTweens(Object) |
Removes multiple tweens
| |
| RemoveTweens(array<ITween>[]()[][]) |
Removes multiple tweens
| |
| RemoveTweens(Object, array<String>[]()[][]) |
Removes multiple tweens
| |
| ToString()()()() | (Overrides Object.ToString()()()().) |
| Object | |
| TweenRegistry | |