コード例 #1
0
    // Update is called once per frame


    private void Update()
    {
        BaRatio          = ReadBuffer.GetBaratio();          //ReadBufferからβ/α比受け取り
        BaratioText.text = "β/α比:" + BaRatio.ToString("F3"); //β/α比のディスプレイ表示
    }