Exemplo n.º 1
0
    public void OnUpdateRotationWheel(float value)
    {
        toggleButton.SetActive(value > 0);
        accordion.UpdateStep(value);
        debugView.UpdateStep(value);

        fxCamera.GetComponent <PostProcessLayer>().enabled = value > 0;
    }