|
How do you declare namespace's to use enum's with the same variable name in Unity Javascript?
(comments are locked)
|
|
How do you declare namespace's to use enum's with the same variable name in Unity Javascript?
(comments are locked)
|
Once you sign in you will be able to subscribe for any updates here
By RSS:The best place to ask and answer questions about development with Unity. Check out our FAQ for more information.
To help users post good questions and use the site effectively we have posted a tutorial video. Please check it out.
Topics:
asked: Sep 05 '11 at 07:32 AM
Seen: 1823 times
Last Updated: Sep 05 '11 at 09:41 AM
I don't think you can. O_O In the linked article on MSDN below, "namespace" is clearly available as a keyword in C#, but it doesn't figure in the list of UnityScript keywords available on the wiki. :-/
If this is possible in UnityScript, it seems it must be done with some other mechanic than the namespace keyword.
http://msdn.microsoft.com/en-us/library/z2kcy19k%28v=vs.80%29.aspx http://www.unifycommunity.com/wiki/index.php?title=UnityScript_Keywords