Show / Hide Table of Contents

Class CoroutineExtensions

Inheritance
System.Object
CoroutineExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Assets.HurricaneVR.Framework.Shared.Utilities
Assembly: HurricaneVR.Framework.dll
Syntax
public static class CoroutineExtensions

Methods

| Improve this Doc View Source

ExecuteAfterFixedUpdate(MonoBehaviour, Action)

Declaration
public static Coroutine ExecuteAfterFixedUpdate(this MonoBehaviour behaviour, Action routine)
Parameters
Type Name Description
UnityEngine.MonoBehaviour behaviour
System.Action routine
Returns
Type Description
UnityEngine.Coroutine
| Improve this Doc View Source

ExecuteAfterFixedUpdates(MonoBehaviour, Action, Int32)

Declaration
public static Coroutine ExecuteAfterFixedUpdates(this MonoBehaviour behaviour, Action routine, int frames)
Parameters
Type Name Description
UnityEngine.MonoBehaviour behaviour
System.Action routine
System.Int32 frames
Returns
Type Description
UnityEngine.Coroutine
| Improve this Doc View Source

ExecuteAfterSeconds(MonoBehaviour, Action, Single)

Declaration
public static Coroutine ExecuteAfterSeconds(this MonoBehaviour behaviour, Action routine, float seconds)
Parameters
Type Name Description
UnityEngine.MonoBehaviour behaviour
System.Action routine
System.Single seconds
Returns
Type Description
UnityEngine.Coroutine
| Improve this Doc View Source

ExecuteAfterSecondsUnscaled(MonoBehaviour, Action, Single)

Declaration
public static Coroutine ExecuteAfterSecondsUnscaled(this MonoBehaviour behaviour, Action routine, float seconds)
Parameters
Type Name Description
UnityEngine.MonoBehaviour behaviour
System.Action routine
System.Single seconds
Returns
Type Description
UnityEngine.Coroutine
| Improve this Doc View Source

ExecuteNextUpdate(MonoBehaviour, Action)

Declaration
public static Coroutine ExecuteNextUpdate(this MonoBehaviour behaviour, Action routine)
Parameters
Type Name Description
UnityEngine.MonoBehaviour behaviour
System.Action routine
Returns
Type Description
UnityEngine.Coroutine
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX