![]() |
TilePlus Version 5
Unity3D Tilemap Extension
|
Simple tweener to attach to a GameObject Other examples in demo folder. More...


Public Member Functions | |
| long | PlayTween () |
| Play the tween from the spec. | |
Public Attributes | |
| bool | m_PlayOnStart = true |
| Play on startup if true. | |
| float | m_TimeScale = 1.0f |
| Time scale: bigger # = slower. | |
| TpGoTweenSpec.GoTween | m_GoTween = new() |
| Tween spec. Uses property drawer in inspector. | |
Simple tweener to attach to a GameObject Other examples in demo folder.
| long TilePlus.TpGoTween.PlayTween | ( | ) |
Play the tween from the spec.
| TpGoTweenSpec.GoTween TilePlus.TpGoTween.m_GoTween = new() |
Tween spec. Uses property drawer in inspector.
| bool TilePlus.TpGoTween.m_PlayOnStart = true |
Play on startup if true.
| float TilePlus.TpGoTween.m_TimeScale = 1.0f |
Time scale: bigger # = slower.