Valve.VR.InteractionSystem.Player vrPlayer = null vrPlayer = GameObject.Find("Player").GetComponent<Valve.VR.InteractionSystem.Player>(); if(vrPlayer.rightHand.isActive) if (vrPlayer.leftHand.isActive)
原文:https://www.cnblogs.com/DGJS/p/13365809.html