Table of Contents

Method Invoke

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Invoke(Action, float)

Invokes the given action after the specified delay.

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

Parameters

action Action

The action to invoke.

time float

The delay in seconds before invoking.

Returns

Coroutine

The started coroutine.