Computer Science, asked by TSR2000, 10 months ago

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 Erothar
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 Anonymous
2

you can search this on google

Similar questions