Table of Contents

Method InvokeRepeating

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

InvokeRepeating(Action, float, float)

[Version(2, 3, 0)]
public Coroutine InvokeRepeating(Action action, float time, float repeatTime)

Parameters

action Action
time float
repeatTime float

Returns

Coroutine

InvokeRepeating(Action, IGenerator<float>)

[Version(2, 3, 0)]
public Coroutine InvokeRepeating(Action action, IGenerator<float> repeatTime)

Parameters

action Action
repeatTime IGenerator<float>

Returns

Coroutine