While using c# in unity engine, how I easily check using if statement. And do you have any examples, please provide a link for such app or game using if statement.
Answers
Answered by
1
Answer: it's easy to use if statement.
You have to use it like this:
If(write condition here)
{What to do when condition is true;}.
For example
If(i > 6)
{ i = 1; }
And the link using such if statement is as follows:
https://play.google.com/store/apps/details?id=com.trishader.ballFall
Explanation:
Answered by
2
you can search this on google
Similar questions
Science,
6 months ago
Science,
6 months ago
Computer Science,
11 months ago
Physics,
1 year ago
Physics,
1 year ago