Game Development Reference
In-Depth Information
// C# user:
//Need to put StartCoroutine
yield return StartCoroutine(WaitForMyFunction(5));
IEnumerator WaitForMyFunction(waitTime : float) {…}
//coroutine function
Search WWH ::




Custom Search