XDragComponent.cs 194 B

123456789101112
  1. using SC.XR.Unity.Module_InputSystem;
  2. using UnityEngine;
  3. using UnityEngine.EventSystems;
  4. namespace XRTool.Util
  5. {
  6. public class XDragComponent : ManipulationHandler
  7. {
  8. }
  9. }