using System; using System.Collections.Generic; using System.Runtime.InteropServices; using System.Text; using UnityEngine; namespace SC.XR.Unity.Module_InputSystem.InputDeviceHand { public class jointInfo { public Vector3 localPosition; public Quaternion localRotation = Quaternion.identity; //public GameObject target; //public JointColliderDetecter detecter; } }