Table of Contents

Method IsInvoking

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

IsInvoking(MonoBehaviour, Action)

Returns whether an invoke is pending on an action.

[Obsolete("The new Invoke is implemented as a coroutine. Store and cancel the coroutine instead.")]
public static bool IsInvoking(this MonoBehaviour _1, Action _2)

Parameters

_1 MonoBehaviour
_2 Action

Returns

bool