ModelGGT26Dof.cs 401 B

123456789101112131415
  1. using System;
  2. using System.Collections;
  3. using System.Collections.Generic;
  4. using UnityEngine;
  5. namespace SC.XR.Unity.Module_InputSystem.InputDeviceHand.GGT26Dof {
  6. public class ModelGGT26Dof : ModelHand {
  7. public InputDeviceGGT26DofPartUI inputDeviceGGT26DofPartUI {
  8. get {
  9. return inputDevicePartUIBase as InputDeviceGGT26DofPartUI;
  10. }
  11. }
  12. }
  13. }