File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ public class WatsonCamera : MonoBehaviour
35
35
private List < CameraTarget > m_ListCameraTarget = new List < CameraTarget > ( ) ;
36
36
private CameraTarget m_TargetCamera = null ;
37
37
38
- private Vector3 m_CameraInitialLocation ;
39
- private Quaternion m_CameraInitialRotation ;
38
+ protected Vector3 m_CameraInitialLocation ;
39
+ protected Quaternion m_CameraInitialRotation ;
40
40
[ SerializeField ]
41
41
protected float m_PanSpeed = 0.07f ;
42
42
[ SerializeField ]
43
43
protected float m_ZoomSpeed = 20.0f ;
44
44
[ SerializeField ]
45
- private float m_SpeedForCameraAnimation = 2f ;
45
+ protected float m_SpeedForCameraAnimation = 2f ;
46
46
47
47
private float m_CommandMovementModifier = 10.0f ;
48
48
@@ -190,7 +190,7 @@ protected virtual void InitializeCameraTargetList()
190
190
/// Event handler to pan and zoom with two-finger dragging
191
191
/// </summary>
192
192
/// <param name="args">Arguments.</param>
193
- protected virtual void DragTwoFinger ( System . Object [ ] args )
193
+ public virtual void DragTwoFinger ( System . Object [ ] args )
194
194
{
195
195
if ( m_DisableInteractivity )
196
196
return ;
You can’t perform that action at this time.
0 commit comments