コード例 #1
0
    public void sliderChange(float a, float b)
    {
        if (hf != null)
        {
            hf.bdeepth = a;
            hf.wdeepth = b;

            hf.notifyChanges();
            StartCoroutine("updateHeigth");
        }
    }