Properties and methods to be implemented by the tween factory
in order to operate the tweens
| C# | Visual Basic | Visual C++ |
public interface ITweenFactoryOperator
Public Interface ITweenFactoryOperator
public interface class ITweenFactoryOperator
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Blueprint |
The tween instance
| |
| Callback |
The handler that should be executed after all tween are finished playing
| |
| ConfigureInstance(IAnimation) |
Configures a tween instance
| |
| Play(Object) |
Starts a tween with tween manager registration
| |
| Play(IEnumerable) |
Plays multiple targets
| |
| Produce()()()() |
Produces a tween instance (clones the blueprint)
| |
| Stop()()()() |
Stops playing all the tweens
|