Loading.Update C# (CSharp) Method

Update() public method

public Update ( ) : void
return void
    void Update()
    {
        if (gameObject.activeSelf && !LoadingButton.activeSelf)
        {
            Spinner.transform.Rotate(Vector3.forward, -200 * Time.deltaTime);
        }
    }