Last active
October 12, 2016 08:53
-
-
Save is8r/110a661b9b3e6bf33f04b2d716e76120 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void Start() | |
{ | |
Invoke("DelayMethod", 1.0f); | |
} | |
void DelayMethod() | |
{ | |
Debug.Log("Invoke"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment