private void RightGripPressed(object sender, VRTK.ControllerInteractionEventArgs e) { if (curObj != null) { curObj.ExportObject(System.DateTime.Now.ToFileTime().ToString()); SelectObject(null); } }