Skip to content

Commit a40b563

Browse files
committed
merge develop in
2 parents e6f655b + 033a3de commit a40b563

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Config.json.enc

0 Bytes
Binary file not shown.

Scripts/Camera/WatsonCamera.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)