!B (Sandbox) (CE-21795) Importing models with multisubmaterials via fbx switches...
[CRYENGINE.git] / Code / Tools / Statoscope / Statoscope / IIntervalGroupStyle.cs
blob063077ef478c30ef490bedbfb010df3b031b0c46
1 // Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
3 using System;
4 using System.Collections.Generic;
5 using System.Linq;
6 using System.Text;
7 using System.Drawing;
9 namespace Statoscope
11 public interface IIntervalGroupStyle
13 Color GetIntervalColor(Interval iv);
14 int[] ReorderRails(IntervalTree tree, int[] rails, double selectionStart, double selectionEnd);