官术网_书友最值得收藏!

Writing C# statements properly

When you do normal writing, it's in the form of a sentence, with a period used to end the sentence. When you write a line of code, it's called a statement, with a semicolon used to end the statement.

Note

The reason a statement ends with a semicolon is so that Unity knows when the statement ends. A period can't be used because it is used in the dot syntax.

The code for a C# statement does not have to be on a single line as shown in the following example:

public int number1 = 2;

The statement can be on several lines. Whitespace and carriage returns are ignored, so, if you really want to, you can write it as follows:

public
int
number1
=
2;

However, I do not recommend writing your code like this because it's terrible to read code that is formatted like the preceding code. Nevertheless, there will be times when you'll have to write long statements—longer than one line. Unity won't care. It just needs to see the semicolon at the end.

主站蜘蛛池模板: 安化县| 鹤庆县| 南川市| 拉萨市| 会同县| 习水县| 福建省| 札达县| 绥棱县| 新邵县| 城步| 招远市| 海南省| 东海县| 利津县| 平果县| 马关县| 五家渠市| 韶山市| 全州县| 清新县| 夹江县| 昌黎县| 海安县| 淮北市| 二连浩特市| 饶平县| 浮梁县| 逊克县| 肃宁县| 吉木萨尔县| 珲春市| 太原市| 城步| 百色市| 望谟县| 澄城县| 达尔| 会同县| 虹口区| 疏附县|