Interface ITimerCoroutineBlock
- Namespace
- LunyScript.Blocks /
- Assembly
- LunyScript.dll
Represents a coroutine timer block. Timers fire after a duration elapses.
public interface ITimerCoroutineBlock : ICoroutineBlock, IScriptBlock
Expand Details ...
Methods
TimeScale(Double)
Sets the time scale. Negative values are clamped to 0.
ActionBlock TimeScale(Double scale)
Parameters
| Type | Name | Description |
|---|---|---|
scale |