Maze / Library /PackageCache /com.unity.performance.profile-analyzer@1.2.2 /Editor /MarkerPairing.cs
| using System; | |
| namespace UnityEditor.Performance.ProfileAnalyzer | |
| { | |
| [] | |
| internal class MarkerPairing | |
| { | |
| public string name; | |
| public int leftIndex; | |
| public int rightIndex; | |
| } | |
| } | |