Make Type and Member names selectable / copy+paste-able

This commit is contained in:
Sinai
2021-08-23 18:35:08 +10:00
parent e2c1c186c3
commit 20298aa47b
7 changed files with 45 additions and 6 deletions

View File

@ -61,6 +61,7 @@ namespace UnityExplorer.CacheObject
var kvpCell = cell as CacheKeyValuePairCell;
kvpCell.NameLabel.text = $"{DictIndex}:";
kvpCell.HiddenNameLabel.Text = "";
kvpCell.Image.color = DictIndex % 2 == 0 ? CacheListEntryCell.EvenColor : CacheListEntryCell.OddColor;
if (KeyInputWanted)