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
Returns
- Coroutine
The started coroutine.