PointRotator.Update C# (CSharp) Method

Update() public method

public Update ( ) : void
return void
    public void Update()
    {
        if (rotating)
        {
            // use quartonian.Lerp with Time.deltatime here
        //if(angle > quartonian angle){rotating = false)
        }
    }
PointRotator