C#,入門

Thumbnail of post image 195

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

C#,VisualStudio

Thumbnail of post image 059

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

C#

Thumbnail of post image 022

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

C#,Unity

Thumbnail of post image 075

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