Having some doubts on the basics of scripting,A little doubt about some terminology
Heyo! I started using Unity and id like some clarification on some things that went over my head.
What exactly is an instance? Is it the same thing as an object?
When you call a class inside a different class, we use the "." operator. The following after the operator is what exactly? A variable inside the called class? A function? Either?
Whats the use of "this"?
,Heyo, im having some issues with coding on Unity.
I followed tutorials nicely but some things went over my head.
I got some quick questions:
1- When we call a class in a different class, the "." operator is meant to pull what exactly on the class being called? A variable? A value?
2- What exactly is the use of "this" in a script?
3- What an instance exactly? Its the creation of an object or something different?
Your answer
Follow this Question
Related Questions
Basic Enemy follow script for Unity five, desperately needed! 0 Answers
Accessing script from another object 1 Answer
How to slowly rotate an object only once using scripting? 1 Answer
Disable and enable emission property of a material via C# script? 0 Answers
How can I temporary increase the size of an object? 2 Answers