facebook twitter hatena line email

「Unity/Csharp/型」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==型== *int cnt = 1; *string name = "taro"; *float persent = 1.5f; *bool flag = false; *Vector3 vector = new Vector3(1,1,1);」)
(相違点なし)

2017年9月16日 (土) 08:00時点における版

  • int cnt = 1;
  • string name = "taro";
  • float persent = 1.5f;
  • bool flag = false;
  • Vector3 vector = new Vector3(1,1,1);