Scripting API & Basic Coding Information
- Scripting is implemented on the game player moment, arranging events, physical behavior of the object
- What is Variable: Store data types in a memory location. Variable has many types of data like char, integer, bol, string, double, float
- Int input = 34; + String name = "Shah Hussain"; + float input = 54.6 or 54.6f ; + char input = 'online soft teach';
- Public + Private + Protected . + Void Start() Function + Update() Function
- Debug.Log("age" + age); OR Print("age" + age);
0 comments:
Post a Comment