Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

IEnumerator

void start()
StartCoroutine(Text());

IEnumerator Text()  //  <-  its a standalone method
{
	Debug.Log("Hello")
    yield return new WaitForSeconds(3)
    Debug.Log("ByeBye")
}
Comment

PREVIOUS NEXT
Code Example
Csharp :: unity empty action 
Csharp ::  
Csharp ::  
::  
Csharp ::  
::  
::  
::  
::  
::  
:: unity conditional field 
:: how to convert a bitmap to a base64 string c# xamarin universal 
Csharp ::  
::  
::  
::  
::  
:: dapper delete where in list 
::  
Csharp :: C# how to ignore case 
Csharp :: c# byte array to string 
::  
Csharp ::  
::  
Csharp ::  
::  
:: beep sound in c# 
::  
::  
::  
ADD CONTENT
Topic
Content
Source link
Name
5+8 =