|
Beamable SDK
|

Public Member Functions | |
| BaseTween (float duration) | |
| void | Run () |
| void | Stop () |
| bool | Tick () |
| BaseTween | SetDuration (float duration) |
| BaseTween | SetEasing (Easing easing) |
Protected Member Functions | |
| abstract bool | Update (float t) |
| virtual void | OnComplete () |
| virtual void | OnStopped () |
Properties | |
| float | Duration [get] |
| Easing | Easing = Easing.Linear [get] |
| bool | IsRunning = false [get] |
| float | StartTime = -1f [get] |