Syntax of C# in Unity

Syntax of C# in Unity

129 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@sanj108-p4t
@sanj108-p4t - 18.08.2023 06:41

Great series, your teaching methods really motivating to learn. Not rushing and short videos are always perfect to learn

Ответить
@CamiloOrtega-j1q
@CamiloOrtega-j1q - 27.09.2024 18:06

Hi, thanks for your videos!

In the example you used of transform.position.x one of the things you can do is to create a variable and assign it the value of x.

float xValue = transform.position.x;

Ответить
@giovannigiorgio1536
@giovannigiorgio1536 - 20.10.2024 15:11

You can't apply value to the "transform.position.x" because it is a struct.
I gave you a like though I don't get how you can teach not knowing the basics.

Ответить