Table of Contents

Method Invoke

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Invoke(MonoBehaviour, Action, float)

Invokes the given action after the given amount of time.

public static Coroutine Invoke(this MonoBehaviour monoBehaviour, Action action, float time)

Parameters

monoBehaviour MonoBehaviour
action Action
time float

Returns

Coroutine