示例#1
0
 /// <summary>
 /// Set the GUI selectedNode to the sensorManager's selectedNode and then set the sensorManager's selectedNode to null
 /// </summary>
 public void SyncNodeSelection()
 {
     selectedNode = sensorManager.SelectedNode;
     sensorManager.ClearSelectedNode();
 }