unity/EditorPlugin/SinceUnity.7000.0/FindUsages/Window/FindUsagesTreeView.cs [125:138]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - private void CreateAnimationEventItem([NotNull] TreeViewItem animationTreeRoot, [NotNull] AbstractUsageElement animationElement, ref int id) { var findUsagesTreeViewItem = new FindUsagesTreeViewItem(id, animationElement) { id = id, displayName = animationElement.FileName, icon = (Texture2D) EditorGUIUtility.IconContent(animationElement.TerminalNodeImage)?.image }; myFindResultItems[id] = findUsagesTreeViewItem; animationTreeRoot.AddChild(findUsagesTreeViewItem); id++; } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - unity/EditorPlugin/Unity.2019.2/FindUsages/Window/FindUsagesTreeView.cs [125:138]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - private void CreateAnimationEventItem([NotNull] TreeViewItem animationTreeRoot, [NotNull] AbstractUsageElement animationElement, ref int id) { var findUsagesTreeViewItem = new FindUsagesTreeViewItem(id, animationElement) { id = id, displayName = animationElement.FileName, icon = (Texture2D) EditorGUIUtility.IconContent(animationElement.TerminalNodeImage)?.image }; myFindResultItems[id] = findUsagesTreeViewItem; animationTreeRoot.AddChild(findUsagesTreeViewItem); id++; } - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -