Hello everyone, when i am learning Scripting "static", there is a question wrap me around.
1. What is the different between:
- public static float a;
- static public float a;
2. if a public function declared to: public static void test(){}. Is there any different from non-static?
Thank you so much!! And sorry for my bother.
↧