PulseAnimation class
PulseAnimation
Inheritance
Base: IScriptable
Derived
Properties
| Property | Type | |
|---|---|---|
root | WeakHandle<ink.Widget> | scripted |
anim | ink.anim.Proxy? | scripted |
top | float | scripted |
bot | float | scripted |
time | float | scripted |
delay | float | scripted |
Functions
void Configure(WeakHandle<ink.Widget> root, float topOpacity, float bottomOpacity, float pulseRate, float? delay)RTTIvoid Configure(WeakHandle<ink.Widget> root, PulseAnimationParams paramss)RTTIvoid Start(bool? singleLoop)RTTIvoid Stop()RTTIvoid ForceStop()RTTI