/// <summary>
 /// DeleteObject is called when the Delete Object button is clicked, and
 /// it calls the DeledPlacedObject function in the InteractionHandler script.
 /// </summary>
 public void DeleteObject()
 {
     /// Attempt to place the indicated game object.
     _scriptReference.DeletePlacedObject();
 }