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

Methods

TimeScale(double)

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

ScriptActionBlock TimeScale(double scale)

Parameters

scale double

Returns

ScriptActionBlock