// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
using System.Collections.Generic;
using System.Linq;
using FlaxEditor.CustomEditors;
using FlaxEngine.GUI;
namespace FlaxEditor.Windows
{
///
/// Window used to present collection of selected object(s) properties in a grid. Supports Undo/Redo operations.
///
///
///
public class PropertiesWindow : SceneEditorWindow
{
private IEnumerable