<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>koharuwest</author_name>
  <author_url>https://blog.hatena.ne.jp/koharuwest/</author_url>
  <blog_title>にしのクエスト２</blog_title>
  <blog_url>https://nsnq.hateblo.jp/</blog_url>
  <categories>
    <anon>Unityで学ぶプログラミング</anon>
  </categories>
  <description>さてさて、前回の続きですよ。 文字列の結合 こんなプログラムを作ってみましょう。string a; string b;string c;//ａとbに文字列を入れるa=&quot;北海道&quot;;b=&quot;札幌市&quot;;//cで文字列の結合c=a+b;//表示するDebug.Log (c); 変数の種類を文字列（string）に揃えてあげると、なんとちゃんと結合までできちゃいます。 変数同士の数字の受け渡し 次に変数同士で数字を受け渡す処理を見ていきます。 //箱を作ってint a;int b; //ａに数字を入れるa=5;b=1;//bにaの数字を受け渡し、計算する。b=a+b;//両方を表示してみるDebug.Lo…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnsnq.hateblo.jp%2Fentry%2F2019%2F08%2F17%2F200000&quot; title=&quot;Unityで学ぶプログラミング　夏休みC#の基礎（６）変数を使った色々な処理 - にしのクエスト２&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/k/koharuwest/20190812/20190812230436.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-08-17 20:00:00</published>
  <title>Unityで学ぶプログラミング　夏休みC#の基礎（６）変数を使った色々な処理</title>
  <type>rich</type>
  <url>https://nsnq.hateblo.jp/entry/2019/08/17/200000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
