Example #1
0
 private void Awake()
 {
     _labObjectModule = ModuleManager.Instance.Get <LabObjectsModule>();
     _leftGrab        = VRTK_DeviceFinder.GetControllerLeftHand().GetComponent <VRTK_InteractGrab>();
     _rightGrab       = VRTK_DeviceFinder.GetControllerRightHand().GetComponent <VRTK_InteractGrab>();
     //_jsonLabObj = _labObjectModule.GetJsonLabObj(ID);
 }
Example #2
0
    //public LabObject[] list;

    private void Awake()
    {
        labObjectModule = ModuleManager.Instance.Get <LabObjectsModule>();
        SetUpLabObject();
        //IgnoreCollision();
    }