- Home /
enum to string
I want my spell variable to be the selected SourceWords. How do I do that?
enum SourceWords {Source}; var firstWord : SourceWords; var spell : String;
function Update (){ spell = }
Comment
Your answer
Follow this Question
Related Questions
Number of spawned objects 1 Answer
Running native code in OnCreate() Method - Android 1 Answer
Object moving on its own 0 Answers
Android build problem. 0 Answers
Unity and Java Programming Question 3 Answers