// --------------------------------------------------------------------------------------------------------------------
//
// Copyright (c) VRMADA, All rights reserved.
//
// --------------------------------------------------------------------------------------------------------------------
namespace UltimateXR.Editor
{
///
/// Progress updater delegate used by .
/// The progress updater is responsible for giving feedback about the current processing progress.
///
///
/// Boolean telling whether the progress should cancel because the user pressed the cancel button.
///
public delegate bool UxrProgressUpdater(UxrProgressInfo progressInfo);
}