修改TreeViewPanel后提交

This commit is contained in:
高铎 2025-09-26 16:30:50 +08:00
parent 0176b452ae
commit ca656cc960
6 changed files with 4839 additions and 33 deletions

View File

@ -11,7 +11,7 @@ namespace SuperTreeView
public TextMeshProUGUI TextName;
public TextMeshProUGUI TextHover;
public TextMeshProUGUI TextSelect;
public TextMeshProUGUI TextLock;
public GameObject TextLock;
public TextMeshProUGUI TextHoverLock;
string mData = "";
@ -43,7 +43,7 @@ namespace SuperTreeView
TextName.text = labelTxt;
TextHover.text = labelTxt;
TextSelect.text = labelTxt;
TextLock.text = labelTxt;
//TextLock.text = labelTxt;
TextHoverLock.text = labelTxt;
mData = data;
}

2400
Assets/TreeViewPanel.prefab Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 72ccceef08e4bb94e88119b50dc32090
PrefabImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff