|
Vertices Engine
v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
|
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. | |
| vxCoroutine VerticesEngine.vxCoroutineManager.StartCoroutine | ( | IEnumerator | routine | ) |
Starts a coroutine for the given IEnumerator.
| routine |