Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据Unity 的文档,我应该Axis1D.SecondaryIndexTrigger能够检测用户是否按下数字 7 标识的操纵杆触发器(在 HTC Vive 的图像和描述输入的表格中,两者都显示在上面的链接中)。
Axis1D.SecondaryIndexTrigger
但是,当我键入时if(Input.GetAxis(Axis1D.SecondaryIndexTrigger)),编译器会说:
if(Input.GetAxis(Axis1D.SecondaryIndexTrigger))
错误 CS0103:当前上下文中不存在名称“Axis1D”
Axis1D似乎必须进口或有点可用。我怎么能这样做?
Axis1D
对于 Htc Vive,您需要从统一资产商店导入以下SteamVR 插件
如需逐步访问此处的入门指南以设置 Htc vive