Function EditorSpatialGizmo.commitHandle

Commit a handle being edited (handles must have been previously added by addHandles). If the cancel parameter is true, an option to restore the edited value to the original is provided.

void commitHandle(VariantArg1) (
  in long index,
  in VariantArg1 restore,
  in bool cancel
);