void LateUpdate()
    {
        if (RotateToCamOn)
        {
            RotateToCam.PointAtCam(transform);
        }

        UpdateMaterial();
    }
Example #2
0
 protected void LateUpdate()
 {
     RotateToCam.PointAtCam(Root);
 }