Show / Hide Table of Contents

Class MBExtensions

Inheritance
Object
MBExtensions
Namespace: Wenzil.Console
Assembly: Assembly-CSharp.dll
Syntax
public static class MBExtensions

Methods

| Improve this Doc View Source

Invoke(MonoBehaviour, Action, Single)

Declaration
public static void Invoke(this MonoBehaviour mb, Action action, float delay)
Parameters
Type Name Description
MonoBehaviour mb
Action action
Single delay
| Improve this Doc View Source

Invoke<T>(MonoBehaviour, Action<T>, T, Single)

Declaration
public static void Invoke<T>(this MonoBehaviour mb, Action<T> action, T arg, float delay)
Parameters
Type Name Description
MonoBehaviour mb
Action<T> action
T arg
Single delay
Type Parameters
Name Description
T
| Improve this Doc View Source

Invoke<T1, T2>(MonoBehaviour, Action<T1, T2>, T1, T2, Single)

Declaration
public static void Invoke<T1, T2>(this MonoBehaviour mb, Action<T1, T2> action, T1 arg1, T2 arg2, float delay)
Parameters
Type Name Description
MonoBehaviour mb
Action<T1, T2> action
T1 arg1
T2 arg2
Single delay
Type Parameters
Name Description
T1
T2
| Improve this Doc View Source

Invoke<T1, T2, T3>(MonoBehaviour, Action<T1, T2, T3>, T1, T2, T3, Single)

Declaration
public static void Invoke<T1, T2, T3>(this MonoBehaviour mb, Action<T1, T2, T3> action, T1 arg1, T2 arg2, T3 arg3, float delay)
Parameters
Type Name Description
MonoBehaviour mb
Action<T1, T2, T3> action
T1 arg1
T2 arg2
T3 arg3
Single delay
Type Parameters
Name Description
T1
T2
T3
| Improve this Doc View Source

Invoke<T1, T2, T3, T4>(MonoBehaviour, Action<T1, T2, T3, T4>, T1, T2, T3, T4, Single)

Declaration
public static void Invoke<T1, T2, T3, T4>(this MonoBehaviour mb, Action<T1, T2, T3, T4> action, T1 arg1, T2 arg2, T3 arg3, T4 arg4, float delay)
Parameters
Type Name Description
MonoBehaviour mb
Action<T1, T2, T3, T4> action
T1 arg1
T2 arg2
T3 arg3
T4 arg4
Single delay
Type Parameters
Name Description
T1
T2
T3
T4
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX