Antura.Animation.RotatingReward.Update C# (CSharp) Method

Update() public method

public Update ( ) : void
return void
        void Update()
        {
            transform.Rotate(Vector3.up, speed * Time.deltaTime);
        }
    }
RotatingReward