Unity XR Interaction Toolkit设置或监听手柄按键事件(三)
创始人
2024-11-27 21:03:46
0

提示:文章有错误的地方,还望诸位大神不吝指教!

文章目录

  • 前言
  • 一、XRI Default Input Actions
      • 1.导入官方案例
      • 2.设置控制器绑定,如手柄、主/辅助按钮、操纵杆等
        • 1.要设置控制器绑定,如左右手 手柄、主/辅助按钮、操纵杆等,请双击:XRI Default Input Actions
        • 2.获取左手XY键事件(右手AB同理)
  • 二、按键对应名称
  • 三、代码示例
  • 总结


前言

官方文档Input System:链接: Input System
安装部分:链接: Unity XR Interaction Toolkit的安装(二)

一、XRI Default Input Actions

1.导入官方案例

需要导入官方案例:Starter Assets,方便学习
在这里插入图片描述

2.设置控制器绑定,如手柄、主/辅助按钮、操纵杆等

1.要设置控制器绑定,如左右手 手柄、主/辅助按钮、操纵杆等,请双击:XRI Default Input Actions

在这里插入图片描述

2.获取左手XY键事件(右手AB同理)

选择顺序 XR Controller–>XR Controller (RightHand)或者XR Controller(LeftHand)–>Usage
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

在这里插入图片描述
在这里插入图片描述

二、按键对应名称

在这里插入图片描述

三、代码示例

在这里插入图片描述

代码如下(示例):

 using UnityEngine; using UnityEngine.InputSystem;  namespace TWQ {     public class MenuManage : MonoBehaviour     {         public InputActionReference MyLeftButton_X;         public InputActionReference MyLeftButton_Y;          public InputActionReference MyRightButton_X;         public InputActionReference MyRightButton_Y;          private void OnEnable()         {             SetupInteractorEvents();         }         private void OnDisable()         {             TeardownInteractorEvents();         }         void SetupInteractorEvents()         {             //左手             var MyLeftButton_X_Action = GetInputAction(MyLeftButton_X);             if (MyLeftButton_X_Action != null)             {                 MyLeftButton_X_Action.performed += OnMyLeftButton_X_Action;             }             var MyLeftButton_Y_Action = GetInputAction(MyLeftButton_Y);             if (MyLeftButton_Y_Action != null)             {                 MyLeftButton_Y_Action.performed += OnMyLeftButton_Y_Action;             }             //右手             var MyRightButton_X_Action = GetInputAction(MyRightButton_X);             if (MyRightButton_X_Action != null)             {                 MyRightButton_X_Action.performed += OnMyRightButton_X_Action;             }             var MyRightButton_Y_Action = GetInputAction(MyRightButton_Y);             if (MyRightButton_Y_Action != null)             {                 MyRightButton_Y_Action.performed += OnMyRightButton_Y_Action;             }          }         void TeardownInteractorEvents()         {             var MyLeftButton_X_Action = GetInputAction(MyLeftButton_X);             if (MyLeftButton_X_Action != null)             {                 MyLeftButton_X_Action.performed -= OnMyLeftButton_X_Action;             }             var MyLeftButton_Y_Action = GetInputAction(MyLeftButton_Y);             if (MyLeftButton_Y_Action != null)             {                 MyLeftButton_Y_Action.performed -= OnMyLeftButton_Y_Action;             }         }          ///          /// 左手X键         ///          ///          private void OnMyLeftButton_X_Action(InputAction.CallbackContext context)         {             Debug.Log("按下左手X键--------------------");         }         ///          /// 左手Y键         ///          ///          private void OnMyLeftButton_Y_Action(InputAction.CallbackContext context)         {             Debug.Log("按下左手Y键--------------------");         }           ///          /// 右手X键         ///          ///          private void OnMyRightButton_X_Action(InputAction.CallbackContext context)         {             Debug.Log("按下右手A键--------------------");         }         ///          /// 右手Y键         ///          ///          private void OnMyRightButton_Y_Action(InputAction.CallbackContext context)         {             Debug.Log("按下右手B键--------------------");         }          static InputAction GetInputAction(InputActionReference actionReference)         { #pragma warning disable IDE0031 // Use null propagation -- Do not use for UnityEngine.Object types             return actionReference != null ? actionReference.action : null; #pragma warning restore IDE0031         }     } } 

总结

好记性不如烂笔头

相关内容

热门资讯

3分钟了解“欢乐互娱辅助器”详... 3分钟了解“欢乐互娱辅助器”详细透视开挂辅助教程-哔哩哔哩;欢乐互娱辅助器AI智能教程细节普及欢乐互...
2分钟了解(永州扯胡子)外挂辅... 2分钟了解(永州扯胡子)外挂辅助助手(辅助挂)透牌教程(2021已更新)(哔哩哔哩)是一款可以让一直...
五分钟科普!aapoker辅助... 五分钟科普!aapoker辅助挂,aapoker脚本,实用技巧(有挂方针)-哔哩哔哩小薇(透视辅助)...
第四分钟了解“熊猫免费脚本辅助... 第四分钟了解“熊猫免费脚本辅助工具”详细透视开挂辅助插件-哔哩哔哩;熊猫免费脚本辅助工具最新版本免费...
第十分钟了解(大咖娱乐)外挂辅... 第十分钟了解(大咖娱乐)外挂辅助神器(辅助挂)透牌教程(2025已更新)(哔哩哔哩)是一款可以让一直...
第5分钟发现!有没有人wepo... 第5分钟发现!有没有人wepoker,wepoker辅助器官方,大神讲解(有挂细节)-哔哩哔哩1、进...
第2分钟了解“中至余干怎么安装... 第2分钟了解“中至余干怎么安装”详细透视开挂辅助攻略-哔哩哔哩;1.中至余干怎么安装 ai辅助创建新...
5分钟了解(全民比鸡)外挂辅助... 5分钟了解(全民比鸡)外挂辅助挂(透视)必备教程(2023已更新)(哔哩哔哩);1、这是跨平台的全民...
第一分钟辅助挂!pokemom... 第一分钟辅助挂!pokemomo辅助工具,德州局怎么透视,2025新版技巧(有挂方针)-哔哩哔哩1、...
第6分钟了解“情怀七喜游戏辅助... 第6分钟了解“情怀七喜游戏辅助”详细透视开挂辅助插件-哔哩哔哩;情怀七喜游戏辅助免费下载原版,在情怀...