修改TreeViewPanel后提交
This commit is contained in:
parent
0176b452ae
commit
ca656cc960
@ -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
2400
Assets/TreeViewPanel.prefab
Normal file
File diff suppressed because it is too large
Load Diff
7
Assets/TreeViewPanel.prefab.meta
Normal file
7
Assets/TreeViewPanel.prefab.meta
Normal file
@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 72ccceef08e4bb94e88119b50dc32090
|
||||
PrefabImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user