Hello all,
i just started with Unity iPhone and was checking the Penelope tutorial pdf. On the scripts appendix, joystick.js, there are some variables declared as public (e.g. public var tapCount : int;).
Is the only purpose of using a public variable to expose it to the editor?
Sorry for these noob questions, but searching through the documentation + forum search did not clarify this doubt.
Thanks in advance!