Created
September 30, 2012 07:38
-
-
Save AngryAnt/3806175 to your computer and use it in GitHub Desktop.
Example code for "Building a menu of delegates and enums" blog post on AngryAnt.com
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
public void OnGUI () | |
{ | |
m_Menus [m_CurrentState] (); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you update this to work with unity 4?