C#,入門

Thumbnail of post image 094

C#では、初期化、代入がなされていない変数は使用できません。 フィールドの場合 フィールド ...

C#

Thumbnail of post image 130

int.Parse()では、数値入力されない場合、例外エラーが発生します。数値以外が入力さ ...

C#,入門

Thumbnail of post image 083

オブジェクト指向の特徴として、カプセル化があります。 カプセル化のイメージDownload

C#,VisualStudio

Thumbnail of post image 187

VisualStudioの機能を使うとエラーなく独自メソッドが作成できます 引数なし、戻り ...

C#

Thumbnail of post image 008

2の5乗の計算をしたいんだけど。 やっぱり2を5回かけなきゃいけないの? 2*2*2 *2 ...

C#,Unity

Thumbnail of post image 194

新しくプロジェクトを作った時、Start()とUpdate()が作られていますね。 Sta ...