示例#1
0
 private void Awake()
 {
     pose    = GetComponent <SteamVR_Behaviour_Pose>();
     joint   = GetComponent <FixedJoint>();
     haptics = GetComponent <CustomHaptics>();
 }
示例#2
0
 public void Awake()
 {
     haptics = GetComponent <CustomHaptics>();
 }