- Home /
Question by
slsberg · Apr 12, 2011 at 02:55 AM ·
Unity Script Refernece
What doe,s foo mean? target.foo = 2;
Comment
Best Answer
Answer by G54 · Apr 12, 2011 at 03:01 AM
It is the name of a variable in the target script. It is sending to the target to set "foo" equal to two. Was that from the unity docs about sending messages?
-mike g
http://en.wikipedia.org/wiki/Foobar Also check that out. =)
Your answer
Follow this Question
Related Questions
A node in a childnode? 1 Answer
Ammo Script help 1 Answer
C# Smooth Follow Script Causes Camera "Jitter" 0 Answers
Itween rotation help 0 Answers
addition of vector3 1 Answer