Table of Contents

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 ...
Inherited Members

Methods

TimeScale(Double)

Sets the time scale. Negative values are clamped to 0.

ActionBlock TimeScale(Double scale)

Parameters

Type Name Description
Double
scale

Returns

ActionBlock