ScaleAction¶
Inherits: TimedAction
C++ type: ScaleAction
Description¶
Animates the scale property of its target object, interpolating between a start scale and an end scale over a fixed duration.
Methods¶
| Type | Name | Langs |
|---|---|---|
| void | setAction | C++ | Lua |
Method details¶
setAction¶
- void setAction(Vector3 startScale, Vector3 endScale, float duration, bool loop = false)
Configures the tween. startScale and endScale are scale vectors. duration is in seconds.