C#,入門

Thumbnail of post image 036

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

Unity

Thumbnail of post image 063

プレイヤー名の入力やパーティー名の入力をキーボードから受けるようにします。 UI(Inpu ...

VisualStudio,便利機能

Thumbnail of post image 041

なかなかうまい英単語のネーミングが思いつかない方、 一度試してみる価値はありますよ。 例え ...

C#,VisualStudio

Thumbnail of post image 004

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

C#

Thumbnail of post image 146

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

C#,Unity

Thumbnail of post image 173

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

Unity

Thumbnail of post image 110

Scripting Runtime Versionを変更します。 次の手順で変更しましょう ...