mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-16 14:17:51 +08:00
Fix constraints on AddComponent TypeCompleter
This commit is contained in:
parent
bdda12a040
commit
9379e0f813
@ -333,7 +333,7 @@ namespace UnityExplorer.Inspectors
|
|||||||
addCompButton.OnClick += () => { OnAddComponentClicked(addCompInput.Text); };
|
addCompButton.OnClick += () => { OnAddComponentClicked(addCompInput.Text); };
|
||||||
|
|
||||||
// comp autocompleter
|
// comp autocompleter
|
||||||
new TypeCompleter(typeof(Component), addCompInput);
|
new TypeCompleter(typeof(Component), addCompInput, false, false, false);
|
||||||
|
|
||||||
// Component List
|
// Component List
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user