fingerInfo.cs 270 B

12345678910111213141516171819202122
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Runtime.InteropServices;
  4. using System.Text;
  5. using UnityEngine;
  6. namespace SC.XR.Unity.Module_InputSystem.InputDeviceHand {
  7. public class fingerInfo {
  8. public jointInfo[] joint;
  9. }
  10. }