6 namespace HoloToolkit.Unity.InputModule.Examples.Grabbables
15 base.StartGrab(grabber);
17 gameObject.GetComponent<Rigidbody>().isKinematic =
true;
18 transform.rotation = transform.parent.rotation;
23 transform.SetParent(null);
24 gameObject.GetComponent<Rigidbody>().isKinematic =
false;