Пример #1
0
 private void Awake()
 {
     pose    = GetComponent <SteamVR_Behaviour_Pose>();
     joint   = GetComponent <FixedJoint>();
     haptics = GetComponent <CustomHaptics>();
 }
Пример #2
0
 public void Awake()
 {
     haptics = GetComponent <CustomHaptics>();
 }