File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ public class WatsonCamera : MonoBehaviour
3838 private Vector3 m_CameraInitialLocation ;
3939 private Quaternion m_CameraInitialRotation ;
4040 [ SerializeField ]
41- private float m_PanSpeed = 0.07f ;
41+ protected float m_PanSpeed = 0.07f ;
4242 [ SerializeField ]
43- private float m_ZoomSpeed = 20.0f ;
43+ protected float m_ZoomSpeed = 20.0f ;
4444 [ SerializeField ]
4545 private float m_SpeedForCameraAnimation = 2f ;
4646
@@ -50,7 +50,7 @@ public class WatsonCamera : MonoBehaviour
5050 private MonoBehaviour m_AntiAliasing ;
5151 [ SerializeField ]
5252 private MonoBehaviour m_DepthOfField ;
53- private bool m_DisableInteractivity = false ;
53+ protected bool m_DisableInteractivity = false ;
5454
5555 #endregion
5656
You can’t perform that action at this time.
0 commit comments