Table of Contents

Struct CoroutineTimerBuilder<T>

Namespace
LunyScript.Api
Assembly
LunyScript.dll

Fluent builder for timer coroutines. Usage: Timer("name").In(3).Seconds().Do(blocks); Timer("name").Every(1.5).Minutes().Do(blocks);

public readonly struct CoroutineTimerBuilder<T> where T : struct, ICoroutineTimerBuilderState

Type Parameters

T