unity/EditorPlugin/SinceUnity.7000.0/FindUsages/Window/FindUsagesTreeView.cs [114:123]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - private TreeViewItem CreateAnimationEventsSubTree() { var animationTreeRoot = new FindUsagePathElement(4) {id = 5, displayName = "Animations"}; var startId = 250_000; foreach (var animationEventElement in myState.AnimationElements.ToArray()) { CreateAnimationEventItem(animationTreeRoot, animationEventElement, ref startId); } return animationTreeRoot; } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - unity/EditorPlugin/Unity.2019.2/FindUsages/Window/FindUsagesTreeView.cs [114:123]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - private TreeViewItem CreateAnimationEventsSubTree() { var animationTreeRoot = new FindUsagePathElement(4) {id = 5, displayName = "Animations"}; var startId = 250_000; foreach (var animationEventElement in myState.AnimationElements.ToArray()) { CreateAnimationEventItem(animationTreeRoot, animationEventElement, ref startId); } return animationTreeRoot; } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -