Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# code examples

IEnumerator ExampleCoroutine()//jump
		{
			yield return new WaitForSeconds(1.5f);
		}
 
PREVIOUS NEXT
Tagged: #code #examples
ADD COMMENT
Topic
Name
6+4 =