|
@@ -23,6 +23,8 @@ namespace SC.XR.Unity.Module_InputSystem
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
public class ManipulationHandler : PointerHandler
|
|
|
{
|
|
|
|
|
@@ -59,6 +61,8 @@ namespace SC.XR.Unity.Module_InputSystem
|
|
|
public float minScaleRatio = 0.8f;
|
|
|
public float maxScaleRatio = 3f;
|
|
|
|
|
|
+
|
|
|
+ public bool isParentDrag;
|
|
|
public virtual void Start()
|
|
|
{
|
|
|
targetStartScale = Target == null ? transform.localScale : Target.localScale;
|