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

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.

主站蜘蛛池模板: 克什克腾旗| 岑巩县| 罗甸县| 天柱县| 二手房| 九台市| 罗定市| 泰兴市| 文化| 安新县| 淮阳县| 五寨县| 涞源县| 龙泉市| 平泉县| 昭觉县| 上杭县| 永宁县| 无为县| 新平| 安溪县| 绥中县| 汽车| 平和县| 永嘉县| 隆安县| 漾濞| 铜鼓县| 邵阳县| 海林市| 武乡县| 隆安县| 桃园市| 阿鲁科尔沁旗| 吉林市| 澳门| 连州市| 开原市| 阳泉市| 都江堰市| 玛纳斯县|