Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.vxCoroutineManager Class Reference

Public Member Functions

vxCoroutine StartCoroutine (IEnumerator routine)
 Starts a coroutine for the given IEnumerator.
 
vxCoroutine StartCoroutine (IEnumerator routine, Action callback)
 
void Update ()
 

Properties

static vxCoroutineManager Instance [get]
 The instance of the game coroutine manager.
 

Member Function Documentation

◆ StartCoroutine()

vxCoroutine VerticesEngine.vxCoroutineManager.StartCoroutine ( IEnumerator routine)

Starts a coroutine for the given IEnumerator.

Parameters
routine
Returns

The documentation for this class was generated from the following file: